aboutsummaryrefslogtreecommitdiff
path: root/djangopypi/templates/djangopypi/simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangopypi/templates/djangopypi/simple.html')
-rw-r--r--djangopypi/templates/djangopypi/simple.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/djangopypi/templates/djangopypi/simple.html b/djangopypi/templates/djangopypi/simple.html
new file mode 100644
index 0000000..6a21d5c
--- /dev/null
+++ b/djangopypi/templates/djangopypi/simple.html
@@ -0,0 +1,5 @@
1<html><head><title>Simple Index</title></head></body>
2{% for dist in dists %}
3<a href="{{ dist.get_absolute_url }}"/>{{ dist.name }}</a><br />
4{% endfor %}
5</body></html>