mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-03 19:23:17 +00:00
Terms of use confirmation
This commit is contained in:
@ -23,6 +23,10 @@
|
||||
{{ wtf.render_field(form.password, material_icon='vpn_key') }}
|
||||
{{ wtf.render_field(form.password_2, material_icon='vpn_key') }}
|
||||
{{ wtf.render_field(form.email, class_='validate', material_icon='email', type='email') }}
|
||||
<br>
|
||||
{{ wtf.render_field(form.terms_of_use_accepted, type='checkbox')}}
|
||||
<p></p>
|
||||
<br>
|
||||
{{ wtf.render_field(form.submit, class_='width-100', material_icon='send') }}
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user