summaryrefslogtreecommitdiffstats
path: root/templates/object_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/object_list.html')
-rw-r--r--templates/object_list.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/templates/object_list.html b/templates/object_list.html
index 7db63e0..803703f 100644
--- a/templates/object_list.html
+++ b/templates/object_list.html
@@ -1,15 +1,15 @@
-{% extends "base.html" %}
-{% load link %}
-{% block title %}Troggle: {{object_list.1.meta.object_name}} objects{%endblock%}
-
-{% block contentheader %}
-<h1>{{object_list.0.object_name}} objects</h1>
-{% endblock contentheader %}
-
-{% block content %}
- <ul>
- {% for object in object_list %}
- | {{ object|link }}
- {% endfor %} |
- </ul>
+{% extends "base.html" %}
+{% load link %}
+{% block title %}Troggle: {{object_list.1.meta.object_name}} objects{%endblock%}
+
+{% block contentheader %}
+<h1>{{object_list.0.object_name}} objects</h1>
+{% endblock contentheader %}
+
+{% block content %}
+ <ul>
+ {% for object in object_list %}
+ | {{ object|link }}
+ {% endfor %} |
+ </ul>
{% endblock content %} \ No newline at end of file