{% extends 'verification/base.html' %} {% block content %}
{% csrf_token %}

By clicking on the Activate>-button below I hereby verify that I received an email with the key {{ key.key }}:

{{ form.as_p }}
{% endblock content %}