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 3 days ago. Updated 1 day 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 #1

Updated by Valentin Deniaud 3 days ago

  • Assignee set to Valentin Deniaud
Actions #2

Updated by Valentin Deniaud 3 days ago

  • Status changed from Nouveau to En cours

🤖 Une pull request concernant ce ticket a été ouverte :

Actions #3

Updated by Valentin Deniaud 3 days ago

  • Status changed from En cours to Solution proposée
Actions #6

Updated by Valentin Deniaud 3 days ago

  • Status changed from Solution proposée to En cours

🤖 Travail initié ou repris dans une pull request :

Actions #7

Updated by Valentin Deniaud 2 days ago

  • Status changed from En cours to Solution proposée
Actions #8

Updated by Paul Marillonnet 2 days ago

  • Status changed from Solution proposée to Solution validée

🤖 Pull request approuvée :

Actions #9

Updated by Valentin Deniaud 2 days ago

  • Status changed from Solution validée to Résolu (à déployer)

🤖 Pull request fusionnée :

Actions #10

Updated by Transition automatique 1 day ago

  • Status changed from Résolu (à déployer) to Solution déployée
Actions

Also available in: Atom PDF