{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans 'Add a new email address' %} - Libravatar{% endblock title %} {% block content %}
{% 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 %}
{% endblock content %}