{% extends "registration/base_registration.html" %} {% block title %}Account activation error{% endblock %} {% block body_class %}{{ block.super }} registration_activate{% endblock %} {% block content-header %}

Account activation error

{% endblock %} {% block content %}

The activation key "{{ activation_key }}" is invalid and cannot be used to activate this account. Did you really think activation key "{{ activation_key }}" was going to work?!

We're not sure how you got that key, but would you mind registering again here?

{% endblock %}