diff options
Diffstat (limited to 'templates/new_paste.html')
-rw-r--r-- | templates/new_paste.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/new_paste.html b/templates/new_paste.html index 5f1760a..4d658c6 100644 --- a/templates/new_paste.html +++ b/templates/new_paste.html @@ -2,7 +2,7 @@ {% block title %}New Paste{% endblock %} {% block body %} <form action="" method=post> - <h2>New Paste + <h2><div class="pastetitle"><textarea rows="1" name="pastetitle">Enter title here</textarea></div> {%- if parent %} - Reply to #{{ parent.id }} {%- endif %} |