From f847302acd89d6dcfd3202bd02e83369c6e64953 Mon Sep 17 00:00:00 2001 From: PCoder Date: Sat, 1 Jul 2017 11:22:12 +0530 Subject: [PATCH] Fixed hosting template footer for unauthenticated case (direct payment + order confirmation) --- hosting/templates/hosting/base_short.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index c1ba46b1..c3b19c8c 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -131,6 +131,8 @@ + {% else %} + {% include "datacenterlight/includes/_footer.html" %} {% endif %}