{% extends 'accounts/base.html' %} {% block title %}Verifying{% endblock title %} {% block content %}
{% if valid %}
Congratulations, your account has been successfully verified. You can now LogIn.
{% else %}
Invalid Request.
{% endif %}
{% endblock content %}