*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 6ddfce0b authored by Moser, Maximilian's avatar Moser, Maximilian
Browse files

Add 'for' attribute in control label

* to make SonarQube happy
parent 7a35fbb2
Branches
Tags
1 merge request!90Send notification about started review to other reviewers
......@@ -50,7 +50,7 @@ details.
</p>
<div class="ui toggle on-off checkbox">
<input type="checkbox" name="{{ enabled_field.id }}" id="{{ enabled_field.id }}" {{ "checked" if notif_enabled else "" }}>
<label>
<label for="{{ enabled_field.id }}">
<small class="ml-10">{{ enabled_field.description }}</small>
</label>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment