summaryrefslogtreecommitdiff
path: root/templates/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit.html')
-rw-r--r--templates/edit.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/edit.html b/templates/edit.html
index 4f9d015..730035b 100644
--- a/templates/edit.html
+++ b/templates/edit.html
@@ -1,9 +1,8 @@
-{% extends "base.html" %}
+{% extends "base_user.html" %}
{% load i18n %}
-{% block sidebar %}
-{% endblock %}
+{% block message_map %}{% endblock %}
-{% block content %}
+{% block content %}{{ block.super }}
{% if error_message %}<p><strong>{{ error_message }}</strong></p>{% endif %}
<fieldset class='edit'>
<legend>{% trans "Add a new site" %}</legend>