{% extends "account/password_reset_from_key.html" %} {% load i18n %} {% load allauth_ui %} {% block content %} {% if token_fail %} {% trans "Bad Token" as heading %} {% else %} {% trans "Change Password" as heading %} {% endif %} {% #container heading=heading %} {% if token_fail %} {% url 'account_reset_password' as passwd_reset_url %}