From 5f946713ae499ee557361793b05543be29eb5026 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 19 Oct 2024 12:37:23 +0200 Subject: Fix label bug --- src/application/templates/bootstrap-3/new_topic.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/application/templates/bootstrap-3/new_topic.twig b/src/application/templates/bootstrap-3/new_topic.twig index 74be156..a1fea14 100644 --- a/src/application/templates/bootstrap-3/new_topic.twig +++ b/src/application/templates/bootstrap-3/new_topic.twig @@ -16,7 +16,7 @@ <form action="{{ g.server.REQUEST_URI }}" method="post" enctype="multipart/form-data"> <input type="hidden" name="form_id" value="{{ formId }}"> <div class="form-group"> - <label for="i_message">{{ __("Topic title:") }}</label> + <label for="i_title">{{ __("Topic title:") }}</label> <input type="text" class="form-control" id="i_title" name="title" value="{{ lastFormField(formId, "title") }}" required autofocus> </div> <div class="form-group"> -- cgit v1.2.3