dev-coop/meancoach

View on GitHub
meancoach_project/templates/account/password_reset_from_key_done.html

Summary

Maintainability
Test Coverage
{% extends "account/base.html" %}

{% load i18n %}
{% block head_title %}{% trans "Change Password" %}{% endblock %}

{% block content %}
    <h1>{% trans "Change Password" %}</h1>
    <p>{% trans 'Your password is now changed.' %}</p>
{% endblock %}