Made authorization optional
Change-Id: Ib86f47d05136bc806a3f4ccde5e567a387528804
diff --git a/templates/layouts/main.html.ep b/templates/layouts/main.html.ep
index 7ddb283..5f02f17 100644
--- a/templates/layouts/main.html.ep
+++ b/templates/layouts/main.html.ep
@@ -23,7 +23,7 @@
%= include 'partial/header'
% }
-% unless (user_auth) { # user not logged in
+% if (!user_auth && stash('auth_support')) { # user not logged in
% content_for 'sidebar', begin
% if (flash('handle_or_email') && !param('handle_or_email')) {
% param(handle_or_email => flash('handle_or_email'));