aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/djangopypi/show_channel.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/templates/djangopypi/show_channel.html')
-rw-r--r--djangopypi/templates/djangopypi/show_channel.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/djangopypi/templates/djangopypi/show_channel.html b/djangopypi/templates/djangopypi/show_channel.html
new file mode 100644
index 0000000..86d312c
--- /dev/null
+++ b/djangopypi/templates/djangopypi/show_channel.html
@@ -0,0 +1,7 @@
1<html><head><title>Links for {{ channel.name }}</title></head><body>
2<h1>Links for {{ channel.name }}</h1>
3
4{% for project in projects %}
5<a href="{{ project.name }}">{{ project.name }}</a><br />
6{% endfor %}
7</body></html>