From d71c3093e8a00e029a1ee25fb9fc683292125eb0 Mon Sep 17 00:00:00 2001 From: Levi Date: Sun, 21 May 2017 22:49:56 -0500 Subject: [PATCH] added price to create vm view --- hosting/templates/hosting/create_virtual_machine.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/templates/hosting/create_virtual_machine.html b/hosting/templates/hosting/create_virtual_machine.html index b2984a58..ac6ae1d1 100644 --- a/hosting/templates/hosting/create_virtual_machine.html +++ b/hosting/templates/hosting/create_virtual_machine.html @@ -36,7 +36,7 @@ CORE: {{config.cpu|floatformat}}, RAM: {{config.memory|floatformat}} GiB, SSD: {{config.disk_size|floatformat}} GiB, - PRICE: {{config.price|floatformat}} + PRICE: {{config.price|floatformat}} CHF {% endfor %}