fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wcag fixes
[redakcja.git]
/
apps
/
catalogue
/
templates
/
catalogue
/
book_edit.html
diff --git
a/apps/catalogue/templates/catalogue/book_edit.html
b/apps/catalogue/templates/catalogue/book_edit.html
index
3fffa96
..
43fe0ea
100755
(executable)
--- a/
apps/catalogue/templates/catalogue/book_edit.html
+++ b/
apps/catalogue/templates/catalogue/book_edit.html
@@
-1,6
+1,10
@@
{% extends "catalogue/base.html" %}
{% load i18n %}
+
+{% block titleextra %}{% trans "Edit book" %}{% endblock %}
+
+
{% block leftcolumn %}
<form enctype="multipart/form-data" method="POST" action="">
{% csrf_token %}