Update login.html

This commit is contained in:
Brady-Malott 2023-02-26 21:45:56 -05:00 committed by GitHub
parent e7b6440a94
commit 46927c06b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
<h1>{{ _('Sign In') }}</h1>
<h1>{{ _('Sign In Test') }}</h1>
<div class="row">
<div class="col-md-4">
{{ wtf.quick_form(form) }}