{% extends "usermgr/base.html" %} {% load adminmedia %} {% block main_csslinks %}{% endblock %} {% block main_title %}Activation Failed{% endblock %} {% block content %}

There is no account pending activation with the code: {{ code|escape }}.
The account is either already activated or was not created.
You can login here.
Or create a new account here.
{% endblock %}