We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80faf32 commit cd718e1Copy full SHA for cd718e1
weblate/configuration/views.py
@@ -22,8 +22,8 @@
22
from weblate.auth.models import AuthenticatedHttpRequest
23
24
25
-@method_decorator(cache_control(max_age=7200), name="get")
26
-@method_decorator(login_not_required, name="get")
+@method_decorator(cache_control(max_age=7200), name="dispatch")
+@method_decorator(login_not_required, name="dispatch")
27
class CustomCSSView(TemplateView):
28
template_name = "configuration/custom.css"
29
cache_key = "css:custom"
0 commit comments