From 27f3dd12c710d5269baef038d1e298d9623147d8 Mon Sep 17 00:00:00 2001 From: ricky1812 Date: Fri, 1 Feb 2019 23:24:28 +0530 Subject: [PATCH] Fixes #15 login link --- Interviewbook/templates/Interviewbook/Responseform.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interviewbook/templates/Interviewbook/Responseform.html b/Interviewbook/templates/Interviewbook/Responseform.html index d936d8b..4875b27 100644 --- a/Interviewbook/templates/Interviewbook/Responseform.html +++ b/Interviewbook/templates/Interviewbook/Responseform.html @@ -11,7 +11,7 @@ {% if user.is_authenticated %} {% else %} - + {% endif %}