{% extends "base.html" %} {% block title %}Password Reset Complete{% endblock %} {% block content %}
Your password has been successfully set. You can now log in with your new password.
{# Assuming 'django_career_app:login' will be a named URL for a login page. If not, this could point to 'django_career_app:career_home' or another appropriate page. #} {# Fallback if no dedicated login page/URL name is planned for careers app specifically: #} {% endblock %}