From 1bfb497046e589c7c982937226726c856b0f9348 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Mon, 7 Jul 2014 12:55:44 +0200 Subject: [PATCH] General fixes Adding extra permissions, added next link for login. --- blender-bfct/application/templates/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blender-bfct/application/templates/layout.html b/blender-bfct/application/templates/layout.html index a1cc0f0..50e7693 100644 --- a/blender-bfct/application/templates/layout.html +++ b/blender-bfct/application/templates/layout.html @@ -85,7 +85,7 @@
  • Become a Trainer
  • - {% if current_user.has_role('bfct_board') %} + {% if (current_user.has_role('bfct_board') or current_user.has_role('bfct_manager') )%}
  • Review Applications
  • @@ -103,7 +103,7 @@ {% else %} -
  • Sign in
  • +
  • Sign in
  • {% endif %}