diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 03:42:58 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-29 03:42:58 +0000 |
commit | 6d2484376a5816387fedfb03eb83c42bcb81d6a1 (patch) | |
tree | 827fc860739fe0cdcea4904bb07513b81486c752 /templates | |
parent | 13c5d14a9fb102d1f5ea78fcd58b6e2a30fe81b7 (diff) | |
download | troggle-6d2484376a5816387fedfb03eb83c42bcb81d6a1.tar.gz troggle-6d2484376a5816387fedfb03eb83c42bcb81d6a1.tar.bz2 troggle-6d2484376a5816387fedfb03eb83c42bcb81d6a1.zip |
refactor & git author work
Diffstat (limited to 'templates')
-rw-r--r-- | templates/textfileform.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/textfileform.html b/templates/textfileform.html index 3685d50..75a5131 100644 --- a/templates/textfileform.html +++ b/templates/textfileform.html @@ -26,8 +26,13 @@ Full path on server: {{filepath}} required />{% if text %}{{text}}{% else %}Placeholder text{% endif %} </textarea> <br> - [Edit the text by just typing in the box.] + [Edit the text by just typing in the box.] +<br /><br /> +<div> +<label for="id_who_are_you">Who are you:</label><br /> +{{form.who_are_you}} +</div><br /> <button class="fancybutton2" style="padding: 0.5em 25px; margin-left: 110px" name="Save" type = "submit" title="Saves the file in UTF-8 characterset" value = "Save" > |