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