summaryrefslogtreecommitdiff
path: root/templates/edit_route.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_route.html')
-rw-r--r--templates/edit_route.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_route.html b/templates/edit_route.html
index 2212f85..d870b0e 100644
--- a/templates/edit_route.html
+++ b/templates/edit_route.html
@@ -8,7 +8,7 @@
<fieldset class='edit'>
<legend>{% trans "Add a new route" %}</legend>
<p>* {% trans "indicates a mandatory field" %}</p>
-<form enctype="multipart/form-data" method='post' action='/chimere/edit_route/'>
+<form enctype="multipart/form-data" method='post' action='/{{extra_url}}edit_route/'>
<div class="fieldWrapper">
<label for="id_name">{% trans "Site name"%} *</label>
{{ form.name.errors }}