summaryrefslogtreecommitdiff
path: root/objectapp/tests/templates/objectapp/gbobject_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/tests/templates/objectapp/gbobject_detail.html')
-rw-r--r--objectapp/tests/templates/objectapp/gbobject_detail.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/objectapp/tests/templates/objectapp/gbobject_detail.html b/objectapp/tests/templates/objectapp/gbobject_detail.html
new file mode 100644
index 0000000..02b9aba
--- /dev/null
+++ b/objectapp/tests/templates/objectapp/gbobject_detail.html
@@ -0,0 +1,7 @@
+{% extends "objectapp/base.html" %}
+
+{% block title %}{{ object.title }}{% endblock %}
+
+{% block content %}
+ {{ object.html_content|safe }}
+{% endblock %}