summaryrefslogtreecommitdiff
path: root/objectapp/tests/templates/objectapp/gbobject_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/tests/templates/objectapp/gbobject_list.html')
-rw-r--r--objectapp/tests/templates/objectapp/gbobject_list.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/objectapp/tests/templates/objectapp/gbobject_list.html b/objectapp/tests/templates/objectapp/gbobject_list.html
new file mode 100644
index 0000000..6b5b974
--- /dev/null
+++ b/objectapp/tests/templates/objectapp/gbobject_list.html
@@ -0,0 +1,10 @@
+{% extends "objectapp/base.html" %}
+
+{% block content %}
+
+{% for object in object_list %}
+ {{ object.html_content|safe }}
+{% endfor %}
+
+{% endblock %}
+