diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-01-18 01:15:11 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2010-01-18 01:15:11 +0000 |
| commit | 40f7f7365797f36cca3499c259dae12b331b5a79 (patch) | |
| tree | d7cd1563c8fdb2415c24a9b5f792b0988dfb158d /templates/submited.html | |
| parent | 6394089996a4fcd8f16fad6ab9fe26269c92857f (diff) | |
| download | Chimère-40f7f7365797f36cca3499c259dae12b331b5a79.tar.bz2 Chimère-40f7f7365797f36cca3499c259dae12b331b5a79.zip | |
Change on template organization
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@45 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/submited.html')
| -rw-r--r-- | templates/submited.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/submited.html b/templates/submited.html index ab40cce..200717e 100644 --- a/templates/submited.html +++ b/templates/submited.html @@ -1,9 +1,11 @@ {% extends "base_user.html" %} {% load i18n %} {% block message_map %}{% endblock %} +{% block message_edit%}<div id='content'>{{block.super}}{% endblock %} {% block content %}{{ block.super }} <fieldset class='edit'> <p>{% trans "Your proposition has been submited. A moderator will treat your submission shortly. Thanks!" %}</p> </fieldset> +</div> {% endblock %} |
