diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-07-03 19:56:38 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-07-03 19:56:38 +0300 |
commit | 8732641cfdd01db2a12ef0e88309300e89b07cf7 (patch) | |
tree | f3f11d18cdf8ba7c213d416c91b1c334bdbb60b6 /templates/textfileform.html | |
parent | 1c8c36c82fccead17af96b91720c266600805a8b (diff) | |
download | troggle-8732641cfdd01db2a12ef0e88309300e89b07cf7.tar.gz troggle-8732641cfdd01db2a12ef0e88309300e89b07cf7.tar.bz2 troggle-8732641cfdd01db2a12ef0e88309300e89b07cf7.zip |
title changed
Diffstat (limited to 'templates/textfileform.html')
-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 } |