add favicon, reverse page titles
[redakcja.git] / apps / cover / templates / cover / image_detail.html
index d09a658..db9b176 100755 (executable)
@@ -3,6 +3,8 @@
 {% load thumbnail %}
 {% load build_absolute_uri from fnp_common %}
 
+{% block titleextra %}{% trans "Cover image" %}{% endblock %}
+
 {% block content %}
 <h1>{% trans "Cover image" %}</h1>
 
@@ -27,7 +29,6 @@
 {% if editable %}
     <form method="post" enctype="multipart/form-data">
     {% csrf_token %}
-    {{ form.non_field_errors }}
 {% endif %}
 <table class='editable'><tbody>
     {{ form.as_table }}