X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fbundle.html;h=4bc6e084af450d5ebdcfcdc8f5e941e459202785;hb=4e7b62c51b958acad9d87b435571a22113a43d35;hp=8fa694a640a56967e979f39eac8886ac7d160bc7;hpb=c561ebe710d6e6a43aa4afc6c2036a215378ce87;p=patchwork diff --git a/templates/patchwork/bundle.html b/templates/patchwork/bundle.html index 8fa694a..4bc6e08 100644 --- a/templates/patchwork/bundle.html +++ b/templates/patchwork/bundle.html @@ -1,20 +1,32 @@ -{% extends "patchwork/base.html" %} +{% extends "base.html" %} {% load person %} +{% block headers %} + + + +{% endblock %} {% block title %}{{project.name}}{% endblock %} -{% block heading %}bundle: {{bundle.name}}{% endblock %} +{% block heading %}bundle: {{bundle.owner.username}} / +{{bundle.name}}{% endblock %} {% block body %}

This bundle contains patches for the {{ bundle.project.linkname }} project.

-

Download bundle as mbox

- +

Download bundle as mbox

+{% if bundleform %}
+ {% csrf_token %} @@ -33,6 +45,7 @@ project.

+{% endif %} {% include "patchwork/patch-list.html" %}