Merge branch 'master' into task/3756/landing_billing_page

This commit is contained in:
Arvind Tiwari 2017-09-04 23:58:22 +05:30
commit 046b716091
38 changed files with 157 additions and 300 deletions

View file

@ -478,7 +478,7 @@ class PaymentOrderView(FormView):
class OrderConfirmationView(DetailView):
template_name = "datacenterlight/order_detail.html"
payment_template_name = 'hosting/payment.html'
payment_template_name = 'datacenterlight/landing_payment.html'
context_object_name = "order"
model = HostingOrder