aboutsummaryrefslogtreecommitdiffstats
path: root/templates/core/list.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-11-17 19:15:30 +0200
committerFilipp Lepalaan <f@230.to>2013-11-17 19:15:30 +0200
commit297419f370ea87458017ee506a2e551e9068b66b (patch)
tree429d3e1b6c7f2facfb3e361b4b708f0d36e8aac8 /templates/core/list.html
parentf077badf3163fc36c111dc45fe8d7d6f57d8712a (diff)
downloadmotor.old-297419f370ea87458017ee506a2e551e9068b66b.tar.gz
motor.old-297419f370ea87458017ee506a2e551e9068b66b.tar.bz2
motor.old-297419f370ea87458017ee506a2e551e9068b66b.zip
Swicthing machines
Diffstat (limited to 'templates/core/list.html')
-rw-r--r--templates/core/list.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/core/list.html b/templates/core/list.html
new file mode 100644
index 0000000..87428c0
--- /dev/null
+++ b/templates/core/list.html
@@ -0,0 +1,7 @@
+{% extends "manage.html" %}
+
+{% block detail_list %}
+{% for i in object_list %}
+ <li><a href="{{ i.get_absolute_url }}">{{ i }}</a></li>
+{% endfor %}
+{% endblock detail_list %}