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