@ -5,7 +5,7 @@
<h1>Sign In</h1>
<div class="row">
<div class="col-md-4">
{{ wtf.quick_form(form, button_map={'submit': 'primary'})) }}
{{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}
</div>
<br>
<h1>Register</h1>
{% endblock %}