0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-12 00:01:19 +00:00
healthchecks_healthchecks/templates/accounts/signup_result.html
2018-10-12 10:55:15 +03:00

7 lines
No EOL
191 B
HTML

{% for error in form.identity.errors %}
<p class="text-danger">{{ error }}</p>
{% endfor %}
{% if created %}
<p class="text-success">Account created, please check your email!</p>
{% endif %}