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