diff --git a/datacenterlight/views.py b/datacenterlight/views.py index 949e2aa8..76cc54aa 100644 --- a/datacenterlight/views.py +++ b/datacenterlight/views.py @@ -182,7 +182,7 @@ class BetaProgramView(CreateView): class WhyDataCenterLightView(CreateView): template_name = "datacenterlight/whydatacenterlight.html" model = BetaAccess - form_class = BetaAccessForm + @cache_control(no_cache=True, must_revalidate=True, no_store=True) def get(self, request, *args, **kwargs): try: