13 lines
263 B
HTML
Executable File
13 lines
263 B
HTML
Executable File
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<article class="panel">
|
|
<section>
|
|
<p>
|
|
Password has been changed.
|
|
<a href="{% url 'login' %}" class="action-button">Log in</a>
|
|
</p>
|
|
</section>
|
|
</article>
|
|
{% endblock %}
|