{% extends "layout.html" %} {% block title %}Confirm account{% endblock %} {% block body %}
{% if success == False %}
Invalid token specified.
TODO: Provide link to register new one..
{% else %}
Congratulations!
Your developer account has been confirmed!
{% endif %}
{% endblock %}