isbn input forms
[wolnelektury.git] / src / isbn / templates / isbn / assigned_isbn.html
diff --git a/src/isbn/templates/isbn/assigned_isbn.html b/src/isbn/templates/isbn/assigned_isbn.html
new file mode 100644 (file)
index 0000000..971dbab
--- /dev/null
@@ -0,0 +1,14 @@
+{% extends "base/base.html" %}
+
+{% block title %}Przypisane ISBN{% endblock %}
+
+{% block body %}
+
+  <h1>Przypisane ISBN</h1>
+  <h2>{{ title }}</h2>
+  <dl>
+    {% for format, isbn in isbn_formats %}
+      <dt>{{ format }}</dt><dd>{{ isbn }}</dd>
+    {% endfor %}
+  </dl>
+{% endblock %}