diff options
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 2110598..0fbd753 100644 --- a/templates/textfileform.html +++ b/templates/textfileform.html @@ -23,7 +23,7 @@ Full path on server: {{filepath}} <textarea {% if not user.username %} disabled{% endif %} rows="{% if textrows%}{{textrows}}{% else %}20{% endif %}" cols="100" label = "" name = "text" - required />{% if text %}{{text}}{% else %}We had a lot of fun...{% endif %} + required />{% if text %}{{text}}{% else %}Placeholder text{% endif %} </textarea> <br> [Edit the text by just typing in the box.] |