{% extends "backend/base.html" %} {% load bootstrap3 %} {% load el_pagination_tags %} {% block page_heading %}Activate your account{% endblock %} {% block content %}
{% if password_changed %}

Your password was changed successfully. Click the link below to log in.

Home {% elif not token_errors %}

Set up your password to activate your account

{% csrf_token %}
{% bootstrap_form form %}
Home
{% else %}

Error: {{ token_errors }}

Home {% endif %}
{% endblock %}