svthalia/concrexit

View on GitHub
website/templates/registration/password_change_done.html

Summary

Maintainability
Test Coverage
{% extends "small_page.html" %}
{% load i18n %}

{% comment %}This page is automatically used by django.contrib.auth.views{% endcomment %}

{% block title %}{% trans "Password change" %} — {{ block.super }}{% endblock %}
{% block opengraph_title %}{% trans "Password change" %} — {{ block.super }}{% endblock %}

{% block page_title %}{% trans "Password change" %}{% endblock %}

{% block page_content %}
    <p>{% trans 'Your password was changed.' %}</p>
{% endblock %}