fix consent checkbox

This commit is contained in:
sfja 2025-07-01 23:40:46 +02:00
parent 56df2ae947
commit 87d2106314

View File

@ -43,7 +43,7 @@
<textarea name="note" id="input-note" rows="2" cols="30"></textarea>
</div>
<div>
<label for="tos">I will jack your shit.</label>
<label for="tos">I consent to my information being stored.</label>
<input type="checkbox" name="tos" id="tos">
</div>
</div>