summaryrefslogtreecommitdiff
path: root/objectapp/templates/comments/objectapp/gbobject/posted.html
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/templates/comments/objectapp/gbobject/posted.html')
-rw-r--r--objectapp/templates/comments/objectapp/gbobject/posted.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/objectapp/templates/comments/objectapp/gbobject/posted.html b/objectapp/templates/comments/objectapp/gbobject/posted.html
new file mode 100644
index 0000000..8db7d06
--- /dev/null
+++ b/objectapp/templates/comments/objectapp/gbobject/posted.html
@@ -0,0 +1,13 @@
+{% extends "objectapp/base.html" %}
+{% load i18n %}
+
+{% block title %}{% trans "Thanks for your comment" %}{% endblock %}
+
+{% block content %}
+<h2>{% trans "Thanks for your comment" %}</h2>
+<p>
+ <a href="{% url objectapp_gbobject_archive_index %}" title="{% trans "Return to gbobject list" %}">
+ {% trans "Return to gbobject list" %}
+ </a>
+</p>
+{% endblock %}