diff options
| author | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-23 22:34:35 +0000 |
|---|---|---|
| committer | etienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864> | 2009-01-23 22:34:35 +0000 |
| commit | ccea45fa5494a2a89b99e0a222c16ee897884b09 (patch) | |
| tree | 5bb7708cec5051ee370989c1b053a6d58459b95f /templates/edit.html | |
| parent | a8bdd41fd72ec1bfd4d1632274f0bc30e57fb00c (diff) | |
| download | Chimère-ccea45fa5494a2a89b99e0a222c16ee897884b09.tar.bz2 Chimère-ccea45fa5494a2a89b99e0a222c16ee897884b09.zip | |
Modification of hard link to manage then in settings. Correction of false submission of route.
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@26 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
Diffstat (limited to 'templates/edit.html')
| -rw-r--r-- | templates/edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit.html b/templates/edit.html index 99dc99b..4f9d015 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -8,7 +8,7 @@ <fieldset class='edit'> <legend>{% trans "Add a new site" %}</legend> <p>* {% trans "indicates a mandatory field" %}</p> -<form enctype="multipart/form-data" method='post' action='/chimere/edit/'> +<form enctype="multipart/form-data" method='post' action='/{{extra_url}}edit/'> <div class="fieldWrapper"> <label for="id_name">{% trans "Site name"%} *</label> {{ form.name.errors }} |
