From 285ce2e710f551f907f5bd42f40cba96a71ba2fc Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 1 Jul 2017 02:16:24 +0530 Subject: [PATCH] Added OS configuration to the Order Confirmation page --- datacenterlight/locale/de/LC_MESSAGES/django.po | 8 ++++++-- .../templates/datacenterlight/order_detail.html | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/datacenterlight/locale/de/LC_MESSAGES/django.po b/datacenterlight/locale/de/LC_MESSAGES/django.po index 69e140f9..6eeb605b 100644 --- a/datacenterlight/locale/de/LC_MESSAGES/django.po +++ b/datacenterlight/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-07-01 01:37+0530\n" +"POT-Creation-Date: 2017-07-01 02:15+0530\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -339,10 +339,14 @@ msgid "Disk space" msgstr "Festplattenkapazität" #: templates/datacenterlight/order_detail.html:69 +msgid "Configuration" +msgstr "Konfiguration" + +#: templates/datacenterlight/order_detail.html:71 msgid "Total" msgstr "" -#: templates/datacenterlight/order_detail.html:76 +#: templates/datacenterlight/order_detail.html:78 msgid "Place order" msgstr "Bestellen" diff --git a/datacenterlight/templates/datacenterlight/order_detail.html b/datacenterlight/templates/datacenterlight/order_detail.html index 3f0ef0b5..42f916e3 100644 --- a/datacenterlight/templates/datacenterlight/order_detail.html +++ b/datacenterlight/templates/datacenterlight/order_detail.html @@ -66,6 +66,8 @@

{% trans "Disk space"%} {{vm.disk_size}} GB


+

{% trans "Configuration"%} {{request.session.template.name}}

+

{% trans "Total"%}

{{vm.price}} CHF

{% endwith %}