{% extends 'base.html' %} {% block title %}Libravatar: Email confirmation{% endblock title %} {% block content %}
Your email address was successfully confirmed!
{% if photos %}Would you like to import some these externally hosted photos?
{% endif %} {% if not user.is_anonymous %} {% endif %} {% endblock content %}