X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e6c778f6e92e584815a14d3e6a31a03a5e2ab7e1..e0f595e44766e352edfce0aaf5d32be57f448882:/src/sources/templates/sources/prepare.html diff --git a/src/sources/templates/sources/prepare.html b/src/sources/templates/sources/prepare.html new file mode 100644 index 00000000..07a61941 --- /dev/null +++ b/src/sources/templates/sources/prepare.html @@ -0,0 +1,21 @@ +{% extends "documents/base.html" %} + +{% block content %} +

{{ book_source.book }} z: {{ book_source.source }}

+ + {% with doc=book_source.get_document %} + {% if doc %} + Tekst: + + {{ doc }} + + + {% endif %} + {% endwith %} + +
+ {% csrf_token %} + +
+ +{% endblock %}