password reset changed styling

This commit is contained in:
Thomas Nahuel Rusiecki 2024-11-28 02:19:03 -03:00
parent a2e29edee0
commit 3f1edce1da

View file

@ -6,11 +6,19 @@
<div class="row-fluid"> <div class="row-fluid">
<div class="well" style="width: 800px; margin: auto auto 50px auto"> <div class="well" style="width: 800px; margin: auto auto 50px auto">
<div class="row-fluid"> <div class="row-fluid">
<h2>{% trans 'Password reset complete' %}</h2>
<p>{% trans 'Your password has been set. You may go ahead and log in now.' %}</p> <h2 class="card-title ">{% trans 'Password reset complete' %}</h2>
<a href="{% url 'login:login' %}">{% trans 'Login' %}</a>
<p class="text-muted fs-6 mt-4">{% trans 'Your new password has been set. You may go ahead and log in now.' %}</p>
</div> </div>
</div><!--/.well--> </div><!--/.well-->
</div><!-- /.row-fluid --> </div><!-- /.row-fluid -->
<div class="text-end mt-3">
<a href="{% url 'login:login' %}" class="btn btn-link text-secondary">{% trans 'Back to login' %}</a>
</div>
</div><!-- /.container-fluid --> </div><!-- /.container-fluid -->
{% endblock %} {% endblock %}