summaryrefslogtreecommitdiff
path: root/gstudio/templates/comments/gstudio/nodetype/posted.html
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/templates/comments/gstudio/nodetype/posted.html')
-rw-r--r--gstudio/templates/comments/gstudio/nodetype/posted.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/gstudio/templates/comments/gstudio/nodetype/posted.html b/gstudio/templates/comments/gstudio/nodetype/posted.html
new file mode 100644
index 00000000..f54134fa
--- /dev/null
+++ b/gstudio/templates/comments/gstudio/nodetype/posted.html
@@ -0,0 +1,13 @@
+{% extends "gstudio/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 gstudio_nodetype_archive_index %}" title="{% trans "Return to nodetype list" %}">
+ {% trans "Return to nodetype list" %}
+ </a>
+</p>
+{% endblock %}