diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/textfileform.html | 2 |
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 } |