Design calculator page
This commit is contained in:
parent
30f042cdc3
commit
506fbca204
6 changed files with 325 additions and 2 deletions
|
|
@ -12,6 +12,9 @@ from opennebula_api.serializers import VirtualMachineTemplateSerializer
|
|||
class LandingProgramView(TemplateView):
|
||||
template_name = "datacenterlight/landing.html"
|
||||
|
||||
class PricingView(TemplateView):
|
||||
template_name = "datacenterlight/pricing.html"
|
||||
|
||||
|
||||
class BetaProgramView(CreateView):
|
||||
template_name = "datacenterlight/beta.html"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue