Skip to content
Snippets Groups Projects

WIP: Zárodek uživatelské části webu a submitování

Compare and Show latest version
3 files
+ 16
12
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -6,6 +6,7 @@
<form method="POST" class="form form-horizontal" action="">
{{ form.csrf_token }}
{{ form.token() }}
{{ wtf.form_field(form.email, form_type='horizontal') }}
{{ wtf.form_field(form.passwd, form_type='horizontal') }}
<div class="btn-group col-lg-offset-2">
{{ wtf.form_field(form.submit, class="btn btn-primary") }}
Loading