We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20926a commit e5e5aceCopy full SHA for e5e5ace
app/templates/security/login_user.html
@@ -15,7 +15,7 @@
15
</p>
16
17
<div class="container">
18
- {{ h1('Login form') }}
+ {{ h2('Login form') }}
19
<form action="{{ url_for_security('login') }}" method="POST">
20
21
{{ login_user_form.hidden_tag() }}
app/templates/security/register_user.html
- {{ h1('Register form') }}
+ {{ h2('Register form') }}
<form action="{{ url_for_security('register') }}" method="POST" name="register_user_form">
{{ register_user_form.hidden_tag() }}
@@ -42,7 +42,7 @@
42
{% endif %}
43
44
</form>
45
-
+
46
<p>
47
<a href="{{ url_for_security('login') }}">Already have an account?</a>
48
0 commit comments