X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/55953c705567baf05403303de45c3720685571eb..f7833f76b5f9555b0d95d23d47fc886a3528a335:/wolnelektury/templates/lessons/document_detail.html diff --git a/wolnelektury/templates/lessons/document_detail.html b/wolnelektury/templates/lessons/document_detail.html new file mode 100644 index 000000000..9ee604e90 --- /dev/null +++ b/wolnelektury/templates/lessons/document_detail.html @@ -0,0 +1,21 @@ +{% extends 'base.html' %} + +{% block title %}{{ object.title }} w WolneLektury.pl{% endblock %} + +{% block body %} +

{{ object.title }}

+
+

{{ form.q }} lub wróć do listy materiałów

+
+ +
+

Pobierz {% if object.author %}(autor: {{ object.author }}){% endif %}

+ {% if object.slideshare_id %} + + + {% endif %} + {% if object.description %} +

{{ object.description|urlize|linebreaks }}

+ {% endif %} +
+{% endblock body %} \ No newline at end of file