From 387c45b96951a076788d645ed4970c05a79996fd Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Wed, 21 Jun 2017 23:38:35 +0530 Subject: [PATCH] We need the logo in the payment page even when user is not logged in --- hosting/templates/hosting/base_short.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosting/templates/hosting/base_short.html b/hosting/templates/hosting/base_short.html index cf9f54d9..0ccfe5f9 100644 --- a/hosting/templates/hosting/base_short.html +++ b/hosting/templates/hosting/base_short.html @@ -46,7 +46,7 @@ - {% if request.user.is_authenticated %} + - {% endif %} +
{% block content %}