Skip to content

Commit

Permalink
feat(ui): make checkbox label clickable
Browse files Browse the repository at this point in the history
Closes #481
  • Loading branch information
matthiasschaub committed Dec 31, 2024
1 parent e352eab commit d99378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sketch_map_tool/templates/digitize.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</p>
<p>
<input type="checkbox" id="consent" name="consent" value="True">
{{ _('Enable us to keep the uploaded files beyond processing to further improve this service.') }}
<label for="consent">{{ _('Enable us to keep the uploaded files beyond processing to further improve this service.') }}</label>
</p>
</div>
<button id="submitBtn" type="submit" class="">{{ _('Upload') }}</button>
Expand Down

0 comments on commit d99378f

Please sign in to comment.