summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/textfileform.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/textfileform.html b/templates/textfileform.html
index 0fbd753..3685d50 100644
--- a/templates/textfileform.html
+++ b/templates/textfileform.html
@@ -4,7 +4,7 @@
{% block content %}
-<h2>Editing text file (not fully working yet)</h2>
+<h2>Editing text file</h2>
<style>
input, textarea, pre {font-family: monospace; font-weight: bold; text-align:left; font-size: 100%; padding: 0.5em; }
textarea {text-align:left }