Zmiana nazwy project -> platforma.
[redakcja.git] / project / templates / explorer / file_html.html
diff --git a/project/templates/explorer/file_html.html b/project/templates/explorer/file_html.html
deleted file mode 100644 (file)
index 8fed082..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{% extends "base.html" %}
-
-{% block breadcrumbs %}<a href="/">Platforma Redakcyjna</a> ❯ plik {{ hash }}{% endblock breadcrumbs %}
-
-{% block maincontent %}
-    <div id="tabs"><a href="{% url file_xml hash %}">Źródło</a><a href="{% url file_html hash %}" class="active">HTML</a><div style="clear: both; height: 0; width: 0">&nbsp;</div></div>
-    <div id="file-text">
-    {{ object|safe }}
-    </div>
-{% endblock maincontent %}
\ No newline at end of file