mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Although this doesn't perfectly align with DSGVO/GDPR, it leads to confusions over and over again, so checking the required boxes by default
This commit is contained in:
@@ -18,13 +18,13 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" name="not_porn" required id="id_not_porn">
|
||||
<input type="checkbox" name="not_porn" checked required id="id_not_porn">
|
||||
<label for="id_not_porn">{% trans 'suitable for all ages (i.e. no offensive content)' %}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" name="can_distribute" required id="id_can_distribute">
|
||||
<input type="checkbox" name="can_distribute" checked required id="id_can_distribute">
|
||||
<label for="id_can_distribute">{% trans 'can be freely copied' %}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -28,13 +28,13 @@
|
||||
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" name="not_porn" required id="id_not_porn">
|
||||
<input type="checkbox" name="not_porn" checked required id="id_not_porn">
|
||||
<label for="id_not_porn"><b>{% trans 'required' %}</b>; {% trans 'suitable for all ages (i.e. no offensive content)' %}</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<input type="checkbox" name="can_distribute" required id="id_can_distribute">
|
||||
<input type="checkbox" name="can_distribute" checked required id="id_can_distribute">
|
||||
<label for="id_can_distribute"><b>{% trans 'required' %}</b>; {% trans 'can be freely copied' %}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user