djbrown/hbscorez

View on GitHub
src/users/templates/users/password-change-success.html

Summary

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

{% block title %}{{ title }}{% endblock %}
{% block content_title %}<h1>{{ title }}</h1>{% endblock %}
{% block content %}
<p>Dein Passwort wurde geƤndert.</p>
{% endblock %}