Traceback (most recent call last): File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/handlers/base.py", line 185, in _get_response response = middleware_method( File "/home/runner/workspace/accounts/middleware.py", line 71, in process_view self._check_url_permissions(request) File "/home/runner/workspace/accounts/middleware.py", line 120, in _check_url_permissions response = self.get_response(request) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/views/debug.py", line 427, in get_traceback_html t = DEBUG_ENGINE.from_string(fh.read()) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/engine.py", line 170, in from_string return Template(template_code, engine=self) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/base.py", line 196, in compile_nodelist return parser.parse() File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/base.py", line 510, in parse raise self.error(token, e) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/base.py", line 508, in parse compiled_result = compile_func(self, token) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/defaulttags.py", line 960, in do_if condition = TemplateIfParser(parser, bits).parse() File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/defaulttags.py", line 893, in __init__ super().__init__(*args, **kwargs) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) File "/home/runner/workspace/.pythonlibs/lib/python3.10/site-packages/django/template/defaulttags.py", line 896, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) RecursionError: maximum recursion depth exceeded