{% extends 'base.html' %} {% load static %} {% load i18n %} {% block title %} {% trans 'Password Reset Complete - Secure Access to AI-Powered arXiv Paper Summaries' %}{% endblock %} {% block extra_head_tags %} {% endblock %} {% block header_class %}{% endblock %} {% block content %}
Your password has been reset successfully. You can now log in with your new password.
{% endblock %} {% block scripts %} {% endblock %}