~linuxgoose/bocpress

ref: 244924e12944adc844b3b7b76cb3340b97d5add4 bocpress/main/templates/registration/password_change_done.html -rw-r--r-- 229 bytes
244924e1Jordan Robinson fix allow tags input on post form to be blank 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{% extends 'main/layout.html' %}

{% block title %}Password change successful{% endblock %}

{% block content %}
<main>
    <h1>Password change successful</h1>
    <p>Your password was changed.</p>
</main>
{% endblock content %}