Zmiana nazwy project -> platforma.
[redakcja.git] / project / templates / html4print.html
diff --git a/project/templates/html4print.html b/project/templates/html4print.html
deleted file mode 100644 (file)
index 1b4ef31..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-  <head>
-    <title>{{docid}}</title>
-    <link rel="stylesheet" href="{{STATIC_URL}}css/html_print.css" type="text/css" charset="utf-8">
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-  </head>
-  <body>
-      <div class="htmlview">
-        {{ output|safe }}
-      </div>
-  </body>
-</html>