diff --git a/photo21/templates/account/email.html b/photo21/templates/account/email.html new file mode 100644 index 0000000..d7c472f --- /dev/null +++ b/photo21/templates/account/email.html @@ -0,0 +1,79 @@ +{% extends "account/base.html" %} +{% comment %} +SPDX-License-Identifier: GPL-2.0-or-later +{% endcomment %} +{% load i18n crispy_forms_tags %} +{% block head_title %}{% trans "E-mail Addresses" %}{% endblock %} + +{% block content %} +
{% trans 'The following e-mail addresses are associated with your account:' %}
+ + + {% else %} +{% trans 'Warning:'%} {% trans "You currently do not have any e-mail address set up. You should really add an e-mail address so you can receive notifications, reset your password, etc." %}
+ {% endif %} + + {% if can_add_email %} +{% blocktrans %}You can sign in to your account using any of the following third party accounts:{% endblocktrans %}
+ + + + {% else %} +{% trans 'You currently have no social network accounts connected to this account.' %}
+ {% endif %} + +