aboutsummaryrefslogtreecommitdiff
path: root/templates/patchwork/bundle-public.html
blob: 181e2112d6ccbddd97dec2269aad563afa9c9ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "base.html" %}

{% load person %}

{% block title %}{{project.name}}{% endblock %}
{% block heading %}Bundle: {{bundle.name}}{% endblock %}

{% block body %}

<a href="{% url patchwork.views.bundle.public_mbox username=bundle.owner.username bundlename=bundle.name %}">Download</a> bundle as mbox

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

{% endblock %}