{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Add a new email address' %} - Libravatar{% endblock title %} {% block content %}

{% trans 'Add a new email address' %}

{% blocktrans with '#' as browserid_target %}If you have a Persona account, you can use it to add a new email address to your profile.{% endblocktrans %}

{% blocktrans %}Otherwise, type your email address in the box below and we will send you an email with a link to click on in order to verify that you own that email address.{% endblocktrans %}

{% csrf_token %} {{ form.email.errors }}

{{ form.email.label_tag }}: {{ form.email }}

 {% trans 'Cancel' %}

{% endblock content %}