Project

General

Profile

Actions

Bug #114407

closed

ImproperlyConfigured: TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'ge...

Added by Valentin Deniaud about 1 month ago. Updated about 1 month ago.

Status:
Solution déployée
Priority:
Normal
Category:
-
Target version:
-
Start date:
04 February 2026
Due date:
% Done:

0%

Estimated time:
Patch proposed:
No
Planning:
No

Description

https://sentry.entrouvert.org/organizations/entrouvert/issues/293/
Sur une vue pointage

Traceback (most recent call last):
  File "django/core/handlers/exception.py", line 55, in inner
    response = get_response(request)
  File "django/core/handlers/base.py", line 197, in _get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "django/contrib/auth/decorators.py", line 23, in _wrapper_view
    return view_func(request, *args, **kwargs)
  File "django/views/generic/base.py", line 104, in view
    return self.dispatch(request, *args, **kwargs)
  File "chrono/manager/views.py", line 1398, in dispatch
    return super().dispatch(request, *args, **kwargs)
  File "django/views/generic/base.py", line 143, in dispatch
    return handler(request, *args, **kwargs)
  File "django/views/generic/edit.py", line 144, in get
    return self.render_to_response(self.get_context_data())
  File "django/views/generic/base.py", line 200, in render_to_response
    template=self.get_template_names(),
  File "django/views/generic/base.py", line 212, in get_template_names
    raise ImproperlyConfigured(
ImproperlyConfigured: TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'get_template_names()'

Actions

Also available in: Atom PDF