+ {% endif %}
{% when RegisterBody::DetailsPrompt { username, require_email, flow, terms, validation_errors } %}
{% let validation_errors = validation_errors.clone() %}
{% let field_errors = validation_errors.field_errors() %}
@@ -99,7 +104,7 @@ Sign up
:{{ server_name }}
{{ form::errors(field_errors, std::borrow::Cow::Borrowed("username")) }}
- Note: Your username cannot be changed after you create your account.
+ Your username cannot be changed after you create your account.
{% if !is_first_run %}
@@ -175,10 +180,5 @@ Sign up
{% endmatch %}
- {% if !is_first_run %}
-