summaryrefslogtreecommitdiff
path: root/templates/submited.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/submited.html')
-rw-r--r--templates/submited.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/submited.html b/templates/submited.html
new file mode 100644
index 0000000..824bd7f
--- /dev/null
+++ b/templates/submited.html
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+{% load i18n %}
+{% block content %}
+<fieldset class='edit'>
+<legend>{% trans "Add a new site" %}</legend>
+<p>{% trans "Your proposition has been submited. A moderator will treat your submission shortly. Thanks!" %}</p>
+</fieldset>
+{% endblock %}
+