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

@ -17,8 +17,8 @@ urlpatterns = [
url(r'^l/$', IndexView.as_view(), name='index_l'),
url(r'^whydatacenterlight/?$', WhyDataCenterLightView.as_view(),
name='whydatacenterlight'),
url(r'^beta-program/?$', BetaProgramView.as_view(), name='beta'),
url(r'^landing/?$', LandingProgramView.as_view(), name='landing'),
# url(r'^beta-program/?$', BetaProgramView.as_view(), name='beta'),
# url(r'^landing/?$', LandingProgramView.as_view(), name='landing'),
url(r'^payment/?$', PaymentOrderView.as_view(), name='payment'),
url(r'^order-confirmation/?$', OrderConfirmationView.as_view(),
name='order_confirmation'),