From d3bf973e1ae4a4d405dd5417aa73322f9a3d4955 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 10 Sep 2014 19:13:48 +0200 Subject: [PATCH] Extra check for admin on role reload --- blender-bfct/application/templates/applications/view.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blender-bfct/application/templates/applications/view.html b/blender-bfct/application/templates/applications/view.html index d5cc7fb..9904709 100755 --- a/blender-bfct/application/templates/applications/view.html +++ b/blender-bfct/application/templates/applications/view.html @@ -138,6 +138,7 @@ {% endif %} + {% if current_user.has_role('admin') %}
@@ -146,6 +147,7 @@
+ {% endif %}