Actions
Bug #114407
closedImproperlyConfigured: TemplateResponseMixin requires either a definition of 'template_name' or an implementation of 'ge...
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()'
Updated by Valentin Deniaud 3 days ago
- Status changed from Nouveau to En cours
🤖 Une pull request concernant ce ticket a été ouverte :
- URL : https://git.entrouvert.org/entrouvert/chrono/pulls/563
- Titre : WIP: manager: forbid get method on event check urls (#114407)
- Modifications : https://git.entrouvert.org/entrouvert/chrono/pulls/563/files
Updated by Valentin Deniaud 3 days ago
- Status changed from En cours to Solution proposée
Updated by Valentin Deniaud 3 days ago
- Status changed from Solution proposée to En cours
🤖 Travail initié ou repris dans une pull request :
- URL : https://git.entrouvert.org/entrouvert/chrono/pulls/563
- Titre : WIP: manager: forbid get method on event check urls (#114407)
- Modifications : https://git.entrouvert.org/entrouvert/chrono/pulls/563/files
Updated by Valentin Deniaud 2 days ago
- Status changed from En cours to Solution proposée
Updated by Paul Marillonnet 2 days ago
- Status changed from Solution proposée to Solution validée
🤖 Pull request approuvée :
Updated by Valentin Deniaud 2 days ago
- Status changed from Solution validée to Résolu (à déployer)
🤖 Pull request fusionnée :
- URL : https://git.entrouvert.org/entrouvert/chrono/pulls/563
- Titre : manager: forbid get method on event check urls (#114407)
- Modifications : https://git.entrouvert.org/entrouvert/chrono/pulls/563/files
Updated by Transition automatique 1 day ago
- Status changed from Résolu (à déployer) to Solution déployée
Actions