add favicon, reverse page titles
[redakcja.git] / apps / cover / templates / cover / add_image.html
index 1854555..293c100 100755 (executable)
@@ -1,6 +1,8 @@
 {% extends "catalogue/base.html" %}
 {% load i18n %}
 
+{% block titleextra %}{% trans "Add image" %}{% endblock %}
+
 {% block add_js %}
     {{block.super}}
     <script>
@@ -58,7 +60,7 @@
         <th>{{ form.file.errors }} <input style="width: auto;" data-for="id_file" type="radio" name="upload_type" value="file"/> Lub {{form.file.label}}</th>
         <td>{{form.file}}</td>
 
-    </td>
+    </tr>
     <tr><td></td><td><button type="submit">{% trans "Add image" %}</button></td></tr>
 </tbody></table>
 </form>