Skip to content
Snippets Groups Projects

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

Closed Martin Mareš requested to merge devel into master
Compare and Show latest version
10 files
+ 128
33
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -3,7 +3,7 @@
{% block body %}
<h2>Login</h2>
<form method="POST" class="form form-horizontal" action="">
<form method="POST" class="form form-horizontal" action="{{ url_for('login') }}">
{{ form.csrf_token }}
{{ form.next() }}
{{ wtf.form_field(form.email, form_type='horizontal') }}
Loading