NoReverseMatch at /hr/payroll/ Reverse for 'payroll_bulk_process' not found. 'payroll_bulk_process' is not a valid view function or pattern name. Request Method: GET Request URL: http://1d60c4a3-dc95-4a8e-b364-d1e07b691b52-00-1unke5k06dq66.picard.replit.dev/hr/payroll/ Django Version: 5.2.4 Exception Type: NoReverseMatch Exception Value: Reverse for 'payroll_bulk_process' not found. 'payroll_bulk_process' 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 831, in _reverse_with_prefix Raised during: hr.views.payroll_list Python Executable: /home/runner/workspace/.pythonlibs/bin/python Python Version: 3.10.16 Python Path: ['/home/runner/workspace', '/nix/store/lc7qv2ldzrs1aq3hbyzmbgvn0h2w26pl-sitecustomize/lib/python/site-packages', '/nix/store/izqbpf8fkd2741sqwdca4a9kfy3ss2dx-python3.10-pip-24.0/lib/python3.10/site-packages', '/nix/store/qlb1pg370bb647nj4dhc81y2jszvciz7-python3-3.10.16/lib/python310.zip', '/nix/store/qlb1pg370bb647nj4dhc81y2jszvciz7-python3-3.10.16/lib/python3.10', '/nix/store/qlb1pg370bb647nj4dhc81y2jszvciz7-python3-3.10.16/lib/python3.10/lib-dynload', '/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages', '/nix/store/qlb1pg370bb647nj4dhc81y2jszvciz7-python3-3.10.16/lib/python3.10/site-packages', '/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages', '/nix/store/9ym4wlfl13w339g1jqpgp9llwrqml3jx-python3.10-setuptools-75.1.1/lib/python3.10/site-packages'] Server time: Tue, 15 Jul 2025 21:35:02 +0300 Error during template rendering In template /home/runner/workspace/hr/templates/hr/payroll_list.html, error at line 6 Reverse for 'payroll_bulk_process' not found. 'payroll_bulk_process' is not a valid view function or pattern name. 1 {% extends 'base.html' %} 2 3 {% block content %} 4