Usunięcie nieużywanych już paneli.
[redakcja.git] / project / templates / explorer / panels / parse_error.html
diff --git a/project/templates/explorer/panels/parse_error.html b/project/templates/explorer/panels/parse_error.html
deleted file mode 100644 (file)
index ac28fcb..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-<h2>Podczas otwierania panelu "{{ panel_name }}" wystąpił przetwarzania pliku źródłowego:</h2>
-<p><b>{{ exception_type }}</b></p>
-<p>{{ exception.message }}</p>
-
-<script type="text/javascript" charset="utf-8">
-panel_hooks = {
-    refresh: function() {
-        return true; // error page is static
-    },
-    dirty: function() {
-        return true; // and it doesn't get dirty 
-    }
-};
-</script>