diff options
-rw-r--r-- | apioforum/templates/config_thread.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apioforum/templates/config_thread.html b/apioforum/templates/config_thread.html index cfbd8ef..a66d786 100644 --- a/apioforum/templates/config_thread.html +++ b/apioforum/templates/config_thread.html @@ -10,10 +10,9 @@ {% endblock %} {% block content %} -<h2>thread options</h2> <form method="post"> <fieldset> -<legend>title</legend> +<legend>thread</legend> <label for="title">thread title</label> <input type="text" id="title" name="title" {%if thread%}value="{{thread.title}}"{%endif%}> {% if not thread %} |