Skip to content
Snippets Groups Projects
Verified Commit 314b8f0d authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

[Lesson view] Use correct label for remarks field in personal notes form

parent 7b4cd390
No related branches found
No related tags found
1 merge request!112[Lesson view] Use correct label for remarks field in personal notes form
Pipeline #4866 passed
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
<td> <td>
<div class="input-field"> <div class="input-field">
{{ form.remarks }} {{ form.remarks }}
<label for="{{ form.absent.id_for_label }}"> <label for="{{ form.remarks.id_for_label }}">
{% trans "Remarks" %} {% trans "Remarks" %}
</label> </label>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment