Removed unnesassary BetaAccessForm class
This commit is contained in:
parent
7cbc001d6a
commit
e84897db18
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue