Wording consistency and locales compiled for getting started views
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user