Files @ e32942a49dc8
Branch filter:

Location: symposion_app/pinaxcon/templates/account/email_confirmed.html

Christopher Neugebauer
Fixes django-sitetree’s breaking of 500 reporting. (#39)
{% extends "utility_page.html" %}

{% load i18n %}

{% block head_title %}{% trans "Email confirmed" %}{% endblock %}
{% block page_title %}{% trans "Email confirmed" %}{% endblock %}

{% block utility_body %}
    <p>{% blocktrans with email=confirmation.email_address.email %}You have confirmed <b>{{ email }}</b>{% endblocktrans %}</p>
{% endblock %}