fix datacenterlight templates
This commit is contained in:
parent
554335ae19
commit
157cc5ac5d
9 changed files with 127 additions and 6 deletions
|
|
@ -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__'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue