Skip to content
Snippets Groups Projects
Commit 45841254 authored by Martin Mareš's avatar Martin Mareš
Browse files

Registrace: Do loginu přidán odkaz na založení účtu

parent 57a5d13b
No related branches found
No related tags found
1 merge request!86Registrace
......@@ -11,6 +11,7 @@
<div class="btn-group col-lg-offset-2">
{{ wtf.form_field(form.submit, class="btn btn-primary") }}
{{ wtf.form_field(form.reset) }}
<a class='btn btn-default' href='{{ url_for('create_acct') }}'>Založit nový účet</a>
</div>
</form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment