Wording consistency and locales compiled for getting started views

This commit is contained in:
Mouse Reeve
2021-04-01 12:23:13 -07:00
parent 3b725fab63
commit f949d08034
12 changed files with 1016 additions and 502 deletions

View File

@ -3,7 +3,7 @@
{% block panel %}
<div class="block">
<h2 class="title is-4">{% trans "A little bit about you" %}</h2>
<h2 class="title is-4">{% trans "Create your profile" %}</h2>
{% if form.non_field_errors %}
<p class="notification is-danger">{{ form.non_field_errors }}</p>
{% endif %}