Skip to content

Commit e5e5ace

Browse files
committed
cleanup templates
1 parent e20926a commit e5e5ace

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/templates/security/login_user.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
<div class="container">
18-
{{ h1('Login form') }}
18+
{{ h2('Login form') }}
1919
<form action="{{ url_for_security('login') }}" method="POST">
2020

2121
{{ login_user_form.hidden_tag() }}

app/templates/security/register_user.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</p>
1616

1717
<div class="container">
18-
{{ h1('Register form') }}
18+
{{ h2('Register form') }}
1919
<form action="{{ url_for_security('register') }}" method="POST" name="register_user_form">
2020

2121
{{ register_user_form.hidden_tag() }}
@@ -42,7 +42,7 @@
4242
{% endif %}
4343

4444
</form>
45-
45+
4646
<p>
4747
<a href="{{ url_for_security('login') }}">Already have an account?</a>
4848
</p>

0 commit comments

Comments
 (0)