{% extends "base.html" %} {% block title %}Activation Success! - {{ block.super }}{% endblock %} {% block main_content %} {% if account %}
You have successfully activated! Thanks for becoming a member of the site. Please use the links above to explore.
Now that you have activated, please check to see if you have friends who are registered on the site as well.
{% else %}We could not activate your account. Please make sure that you have clicked the correct link in your e-mail or typed in the correct address. If you get this message repeatedly, contact us so that we can set your account up correctly.
{% endif %} {% endblock %}