aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcitrons <citrons@mondecitronne.com>2025-06-16 21:38:00 -0500
committerubq323 <ubq323@ubq323.website>2025-06-17 12:05:24 +0100
commit0a37c14c856beadd57bb2037e4e6ec3623c11e25 (patch)
tree513f7efd3cc05047605b26937c4cb545ff8e4c82
parentd3cfe12fc80fc26101b45e7c7eae68c6f33a8977 (diff)
change legend (john reference) from "title" to "thread"
also, remove header saying "thread options" being that it is quite redundant
-rw-r--r--apioforum/templates/config_thread.html3
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 %}