{% extends "base_bootstrap_login.html" %} {% block title %}Register new user{% endblock %} {% block content %}

Activate Account

Enter the activation code you received in your email to activate your account.

{% csrf_token %} {{ form.as_p }}
{% endblock %}