X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3af75386ed5c78b09c4669442a2422a388e949c3..d6f190d50127a1aca615ff505a8a2595b4cfb7de:/src/isbn/templates/isbn/confirm_isbn_wl.html diff --git a/src/isbn/templates/isbn/confirm_isbn_wl.html b/src/isbn/templates/isbn/confirm_isbn_wl.html new file mode 100644 index 000000000..dab9f26d7 --- /dev/null +++ b/src/isbn/templates/isbn/confirm_isbn_wl.html @@ -0,0 +1,25 @@ +{% extends "base/base.html" %} + +{% block title %}Potwierdź dane{% endblock %} + +{% block body %} + +

Potwierdź dane

+ +
+ {% csrf_token %} + + + + {% if data.part_number %}{% endif %} + {% if data.name %}{% endif %} + {% if data.corporate_name %}{% endif %} + + + + {{ form.as_table }} + +
Formaty{{ data.formats|join:", " }}
Tytuł{{ data.title }}
Numer części{{ data.part_number }}
Nazwa autora{{ data.name }}
Nazwa instytucji{{ data.corporate_name }}
Język{{ data.language }}
Imprint{{ data.imprint }}
Data publikacji{{ form.publishing_date.value }}
+
+ +{% endblock %}