From 42224a5d385414db56ff21610984a7a346d3ee65 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Mon, 2 Oct 2017 01:34:32 +0200 Subject: [PATCH] Add missing form ids --- .../templates/datacenterlight/order_detail.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/datacenterlight/templates/datacenterlight/order_detail.html b/datacenterlight/templates/datacenterlight/order_detail.html index ad53360e..ec4befc9 100644 --- a/datacenterlight/templates/datacenterlight/order_detail.html +++ b/datacenterlight/templates/datacenterlight/order_detail.html @@ -6,14 +6,17 @@ {% endblock navbar %} {% block submit_btn %} -
+ {% csrf_token %}
{% blocktrans with vm_price=request.session.specs.price %}By clicking "Place order" this plan will charge your credit card account with the fee of {{ vm_price }}CHF/month{% endblocktrans %}.
- +