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.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/patchwork/bundle-public.html b/templates/patchwork/bundle-public.html
deleted file mode 100644
index 1a0347f..0000000
--- a/templates/patchwork/bundle-public.html
+++ /dev/null
@@ -1,20 +0,0 @@
-{% extends "base.html" %}
-
-{% load person %}
-
-{% block title %}{{project.name}}{% endblock %}
-{% block heading %}bundle: {{bundle.owner.username}} /
-{{bundle.name}}{% endblock %}
-
-{% block body %}
-
-<p>This bundle contains patches for the {{ bundle.project.linkname }}
-project.</p>
-
-<p><a
-href="{% url patchwork.views.bundle.public_mbox username=bundle.owner.username bundlename=bundle.name %}"
->Download bundle as mbox</a></p>
-
-{% include "patchwork/patch-list.html" %}
-
-{% endblock %}