X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fbundle.html;fp=templates%2Fpatchwork%2Fbundle.html;h=54c2fcc74997b6669326c7c7c039c06fed8ac888;hb=5d0140ef04ababd93c45b5126ee1b412bd778da5;hp=a2933d5ff258ea9687c1edeff4f4b3e790086646;hpb=627f5aca263da2513fe6d592becd3b505d97dd21;p=patchwork diff --git a/templates/patchwork/bundle.html b/templates/patchwork/bundle.html index a2933d5..54c2fcc 100644 --- a/templates/patchwork/bundle.html +++ b/templates/patchwork/bundle.html @@ -14,17 +14,17 @@ {% 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 %} @@ -45,6 +45,7 @@ project.

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