{% extends "base.html" %} {% block title %} Activate Account | {{ block.super }} {% endblock %} {% block header %}

Activate your account

{% endblock %} {% block content %} Thank you for signing up. An email with the activation code has been send to your inbox. After clicking it, you can log in here. {% endblock %}