{% extends "base.html" %} {% block title %} Checking your confirmation token{% endblock %} {% block headeraddons %} {% endblock %} {% block content %}

Confirm your registration

Oh hey {{confirm_user.username}},
thank you for confirming your mail address.
You should now be able to login.
{% include 'pastebin/latest_geometries.html' %}
{% endblock %}