diff options
Diffstat (limited to 'templates/submited.html')
| -rw-r--r-- | templates/submited.html | 9 |
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 %} + |
