From 2a8d1134b29025b7e1e14d78eee72c19ef54261c Mon Sep 17 00:00:00 2001
From: Imran Hussain <imranh@sucs.org>
Date: Mon, 1 Dec 2014 00:49:45 +0000
Subject: [PATCH] Enable a feedback form on the sucs site

---
 templates/foot.tpl | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/templates/foot.tpl b/templates/foot.tpl
index 8057465..61af700 100644
--- a/templates/foot.tpl
+++ b/templates/foot.tpl
@@ -6,6 +6,11 @@
 
 {include file="search.tpl"}
 
+{if $session->loggedin}
+	<div style="resize: both;">
+		{include file="feedback.tpl"}
+	</div>
+{/if}
 
 {* include file="valid.tpl" *}
 
-- 
GitLab