use alert

This commit is contained in:
Matthias 2021-11-01 23:11:48 +01:00
parent 7dbbca5b3a
commit b4570f6a7e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -79,7 +79,10 @@
</form> </form>
{% else %} {% else %}
<div class='alert alert-block alert-danger'>
<strong>{% trans 'Warning:'%}</strong>
{% trans "You currently do not have any email address set up. You should really add an email address so you can receive notifications, reset your password, etc." %} {% trans "You currently do not have any email address set up. You should really add an email address so you can receive notifications, reset your password, etc." %}
</div>
{% endif %} {% endif %}
</div> </div>