X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/7f3f79476a57d10991566c511d40e20154c01064..78644811ca0c6042212788dc67add42bc41fb74c:/platforma/templates/explorer/file_html.html diff --git a/platforma/templates/explorer/file_html.html b/platforma/templates/explorer/file_html.html new file mode 100644 index 00000000..ab8e40b4 --- /dev/null +++ b/platforma/templates/explorer/file_html.html @@ -0,0 +1,42 @@ +{% extends "base.html" %} + +{% block extrahead %} + + +{% endblock extrahead %} + +{% block breadcrumbs %}Platforma Redakcyjna ❯ plik {{ hash }}{% endblock breadcrumbs %} + +{% block maincontent %} +
ŹródłoHTML
{{ image_folders_form.folders }}
 
+ + +
+ {{ object|safe }} +
+{% endblock maincontent %} \ No newline at end of file