Convert h2s to h1s where obvious

This commit is contained in:
Mouse Reeve
2020-11-09 12:06:44 -08:00
parent 79f7c55a04
commit 7042e59402
14 changed files with 16 additions and 16 deletions

View File

@ -2,7 +2,7 @@
{% block content %}
<div class="block columns">
<div class="column is-half">
<h2 class="title">Profile</h2>
<h1 class="title">Profile</h1>
{% if form.non_field_errors %}
<p class="notification is-danger">{{ form.non_field_errors }}</p>
{% endif %}