summaryrefslogtreecommitdiffstats
path: root/templates/dataformat
diff options
context:
space:
mode:
authorexpo <expo@expobox.potato.hut>2012-08-06 12:19:48 +0200
committerexpo <expo@expobox.potato.hut>2012-08-06 12:19:48 +0200
commit44eb3c0caffc1fbe52d647f1344487d9776b3455 (patch)
tree5aa533129f32e710efebaa95b40a3542521df84f /templates/dataformat
parentc221b75afc8a08553909be9eafad480af9362054 (diff)
downloadtroggle-44eb3c0caffc1fbe52d647f1344487d9776b3455.tar.gz
troggle-44eb3c0caffc1fbe52d647f1344487d9776b3455.tar.bz2
troggle-44eb3c0caffc1fbe52d647f1344487d9776b3455.zip
Editing no longer changes files more than nesecary. Removed TinyMCE editing. /Sumbit/Submit
Diffstat (limited to 'templates/dataformat')
-rw-r--r--templates/dataformat/flatfile.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/dataformat/flatfile.html b/templates/dataformat/flatfile.html
deleted file mode 100644
index 07d03ca..0000000
--- a/templates/dataformat/flatfile.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% autoescape off %}
-<html>
-<head>
-<title>{{ form.title }}</title>
-</head>
-<body>
-{{ form.html }}
-</body>
-</html>
-{% endautoescape %}