Makes sure pages have h1 header heirarchy
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<div class="box">
|
||||
<h2 class="title">Log in</h2>
|
||||
<h1 class="title">Log in</h1>
|
||||
{% if login_form.non_field_errors %}
|
||||
<p class="notification is-danger">{{ login_form.non_field_errors }}</p>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user