From bd10d1cf9f560ca55c8280af323027c7a3d1a455 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Sun, 11 Jun 2017 05:10:00 +0530 Subject: [PATCH] Added signup_validate html template. This is an empty template that we use to show appropriate message during email confirmation --- .../templates/hosting/signup_validate.html | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hosting/templates/hosting/signup_validate.html diff --git a/hosting/templates/hosting/signup_validate.html b/hosting/templates/hosting/signup_validate.html new file mode 100644 index 00000000..00b0561a --- /dev/null +++ b/hosting/templates/hosting/signup_validate.html @@ -0,0 +1,21 @@ +{% extends "hosting/base_short.html" %} +{% load staticfiles bootstrap3 i18n %} + +{% block content %} +
+
+
+
+

{% trans "Your VM hosted in Switzerland"%}

+
+
+ +
+
+
+{% endblock %}