{% extends "admin/base_site.html" %} {% load staticfiles %} {% block extrastyle %} {{block.super}} {% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}
{% if valid_link %}

Your admin username is {{user.username}}. Please enter your new account password in the form below.

{% csrf_token %} {% for fieldset in adminform %} {% include "admin/includes/fieldset.html" %} {% endfor %}
{% else %}

We're sorry, but this link has expired.

Please ask your site administrator to send you a new invitation email.

{% endif %}
{% endblock %}