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 %}