Update login.html
This commit is contained in:
parent
e7b6440a94
commit
46927c06b0
|
@ -2,7 +2,7 @@
|
||||||
{% import 'bootstrap/wtf.html' as wtf %}
|
{% import 'bootstrap/wtf.html' as wtf %}
|
||||||
|
|
||||||
{% block app_content %}
|
{% block app_content %}
|
||||||
<h1>{{ _('Sign In') }}</h1>
|
<h1>{{ _('Sign In Test') }}</h1>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
{{ wtf.quick_form(form) }}
|
{{ wtf.quick_form(form) }}
|
||||||
|
|
Loading…
Reference in New Issue