Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Password Changed | Testpoint{% endblock %}
|
||||
{% block content %}<section class="auth-page"><div class="auth-card auth-card--compact"><div class="auth-card__header"><span class="auth-card__icon"><i class="bi bi-check-circle"></i></span><h1>Password changed</h1><p>Your password has been updated successfully. You can now sign in.</p></div><a class="auth-submit auth-submit--link" href="{% url 'account_login' %}">Sign in</a></div></section>{% include "components/footer.html" %}{% endblock %}
|
||||
Reference in New Issue
Block a user