From 445b8f4a79c4730b16310a75e912de2be48d0d04 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Fri, 15 Sep 2017 17:17:21 +0200 Subject: [PATCH] Created virtual_machine_create_form and added ids for elements --- hosting/templates/hosting/order_detail.html | 22 +++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/hosting/templates/hosting/order_detail.html b/hosting/templates/hosting/order_detail.html index 7b9be300..29197200 100644 --- a/hosting/templates/hosting/order_detail.html +++ b/hosting/templates/hosting/order_detail.html @@ -116,14 +116,20 @@
{% if not order %} -
+ {% 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 %}.

- +
@@ -140,17 +146,21 @@ {% endif %} -