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

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

Update styling of curation consent form

* add some space between the button and the label
parent a9fac90e
No related branches found
No related tags found
1 merge request!171Rework "contact uploader" mechanism
......@@ -30,7 +30,9 @@
<div class="ui toggle on-off checkbox">
<input type="checkbox" name="{{ consent_field.id }}" id="{{ consent_field.id }}" {{ "checked" if consent_given else "" }} />
<label for="{{ consent_field.id }}">Curate my records</label>
<label for="{{ consent_field.id }}">
<small class="ml-10">Curate my records</small>
</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