diff options
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 }} |
