Files
bugsink/templates
Klaas van Schelven d572ff3601 Fix warning on CSRF view
When the CSRF view is rendered, no RequestContext is used. This means the token
used for the logout link on the regular base.html won't work.

> UserWarning: A {% csrf_token %} was used in a template, but the context did not
> provide the value.  This is usually caused by not using RequestContext.
2025-04-09 14:12:39 +02:00
..
2023-11-13 18:35:29 +01:00
2024-10-14 20:23:40 +02:00
2025-04-09 14:12:39 +02:00
2024-05-29 15:43:00 +02:00
2024-09-26 15:25:18 +02:00