NoReverseMatch at /accounts/profile/ Reverse for 'change_password' not found. 'change_password' is not a valid view function or pattern name. Request Method: GET Request URL: http://7a7f08a3-f24d-4ac6-bd06-d0386ed34d90-00-134azppx5f9s7.worf.replit.dev/accounts/profile/ Django Version: 5.0.2 Exception Type: NoReverseMatch Exception Value: Reverse for 'change_password' not found. 'change_password' is not a valid view function or pattern name. Exception Location: /home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/urls/resolvers.py, line 851, in _reverse_with_prefix Raised during: accounts.views.profile_view Python Executable: /home/runner/workspace/.pythonlibs/bin/python Python Version: 3.10.18 Python Path: ['/home/runner/workspace', '/home/runner/workspace', '/nix/store/zz7i75jb78idaz0rb1y1i4rzdyxq28vf-sitecustomize/lib/python/site-packages', '/nix/store/xpxqdrjisrwlpm2dnisd2r08iq2qx930-python3.10-pip-25.0.1/lib/python3.10/site-packages', '/nix/store/rwxj49zghamyhy07b67yhiq64bmznvmm-python3-3.10.14/lib/python3.10/site-packages', '/nix/store/jyvjawqnhnqhwrsinpvx1av7q2p2fcym-python3-3.10.18/lib/python310.zip', '/nix/store/jyvjawqnhnqhwrsinpvx1av7q2p2fcym-python3-3.10.18/lib/python3.10', '/nix/store/jyvjawqnhnqhwrsinpvx1av7q2p2fcym-python3-3.10.18/lib/python3.10/lib-dynload', '/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages', '/nix/store/jyvjawqnhnqhwrsinpvx1av7q2p2fcym-python3-3.10.18/lib/python3.10/site-packages', '/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages', '/nix/store/dl6xr8gz142jqd6gzmh43r4za60hfv0c-python3.10-setuptools-80.7.1/lib/python3.10/site-packages'] Server time: Thu, 14 Aug 2025 18:29:31 +0300 Error during template rendering In template /home/runner/workspace/templates/accounts/profile.html, error at line 11 Reverse for 'change_password' not found. 'change_password' is not a valid view function or pattern name. 1 {% extends 'base.html' %} 2 3 {% block title %}My Profile - Optinet Global Links{% endblock %} 4 5 {% block content %} 6