diff options
author | Filipp Lepalaan <f@230.to> | 2013-11-17 19:15:30 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-11-17 19:15:30 +0200 |
commit | 297419f370ea87458017ee506a2e551e9068b66b (patch) | |
tree | 429d3e1b6c7f2facfb3e361b4b708f0d36e8aac8 /templates/core/list.html | |
parent | f077badf3163fc36c111dc45fe8d7d6f57d8712a (diff) | |
download | motor.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.html | 7 |
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 %} |