{% extends 'base.html' %} {% block title %}Libravatar: Email confirmation{% endblock title %} {% block content %}

Email confirmation

Your email address was successfully confirmed!

{% if photos %}

Would you like to import some these externally hosted photos?

{% endif %} {% if not user.is_anonymous %}

Back to your profile

{% endif %} {% endblock content %}