aboutsummaryrefslogtreecommitdiff
path: root/chishop/templates/djangopypi/show_channel.html
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2010-05-27 01:14:08 -0400
committerMike Crute <mcrute@gmail.com>2010-05-27 01:14:08 -0400
commit5a68ee32fe6ec7a381a16245f85fde210500dfd7 (patch)
tree8bdac814a7ff66f0c3aa297a6d3c1f3df191d4db /chishop/templates/djangopypi/show_channel.html
parent93481083e6fa15490584e61a3f6a5638024f9b31 (diff)
downloadchishop-5a68ee32fe6ec7a381a16245f85fde210500dfd7.tar.bz2
chishop-5a68ee32fe6ec7a381a16245f85fde210500dfd7.tar.xz
chishop-5a68ee32fe6ec7a381a16245f85fde210500dfd7.zip
Adding channel support
Diffstat (limited to 'chishop/templates/djangopypi/show_channel.html')
-rw-r--r--chishop/templates/djangopypi/show_channel.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/chishop/templates/djangopypi/show_channel.html b/chishop/templates/djangopypi/show_channel.html
new file mode 100644
index 0000000..86d312c
--- /dev/null
+++ b/chishop/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>