{% extends "base.html" %} {% block title %}Password Reset Complete{% endblock %} {% block content %}

Password Reset Complete

Your password has been successfully set. You can now log in with your new password.

{# Assuming 'careers:login' will be a named URL for a login page. If not, this could point to 'careers:career_home' or another appropriate page. #}

Log In Now

{# Fallback if no dedicated login page/URL name is planned for careers app specifically:

Return to Home Page

#} {% endblock %}