summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/bundle-public.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/patchwork/bundle-public.html')
-rw-r--r--templates/patchwork/bundle-public.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/patchwork/bundle-public.html b/templates/patchwork/bundle-public.html
new file mode 100644
index 0000000..0ee57da
--- /dev/null
+++ b/templates/patchwork/bundle-public.html
@@ -0,0 +1,12 @@
+{% extends "patchwork/base.html" %}
+
+{% load person %}
+
+{% block title %}{{project.name}}{% endblock %}
+{% block heading %}Bundle: {{bundle.name}}{% endblock %}
+
+{% block body %}
+
+{% include "patchwork/patch-list.html" %}
+
+{% endblock %}