diff options
Diffstat (limited to 'templates/edit_route.html')
| -rw-r--r-- | templates/edit_route.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/edit_route.html b/templates/edit_route.html index d870b0e..7f1aa1d 100644 --- a/templates/edit_route.html +++ b/templates/edit_route.html @@ -1,9 +1,7 @@ -{% extends "base.html" %} +{% extends "base_user.html" %} {% load i18n %} -{% block sidebar %} -{% endblock %} - -{% block content %} +{% block message_map %}{% endblock %} +{% block content %}{{ block.super }} {% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %} <fieldset class='edit'> <legend>{% trans "Add a new route" %}</legend> |
