Rename catalogue to documents.
[redakcja.git] / src / documents / templates / documents / book_edit.html
diff --git a/src/documents/templates/documents/book_edit.html b/src/documents/templates/documents/book_edit.html
new file mode 100644 (file)
index 0000000..37cd835
--- /dev/null
@@ -0,0 +1,18 @@
+{% extends "documents/base.html" %}
+{% load i18n %}
+
+
+{% block titleextra %}{% trans "Edit book" %}{% endblock %}
+
+
+{% block leftcolumn %}
+       <form enctype="multipart/form-data" method="POST" action="">
+    {% csrf_token %}
+       {{ form.as_p }}
+
+       <p><button type="submit">{% trans "Save" %}</button></p>
+       </form>
+{% endblock leftcolumn %}
+
+{% block rightcolumn %}
+{% endblock rightcolumn %}