fix datacenterlight templates

This commit is contained in:
Arvind Tiwari 2018-01-08 00:56:54 +05:30
commit 157cc5ac5d
9 changed files with 127 additions and 6 deletions

View file

@ -76,6 +76,7 @@ class ContactUsView(FormView):
class LandingProgramView(TemplateView):
# FIXME: template doesn't exist
template_name = "datacenterlight/landing.html"
@ -143,6 +144,7 @@ class BetaAccessView(FormView):
class BetaProgramView(CreateView):
# FIXME: template doesn't exist
template_name = "datacenterlight/beta.html"
model = BetaAccessVM
fields = '__all__'