Added correct role for review application menu

This commit is contained in:
2014-06-24 10:47:46 +02:00
parent 60f76bb6a3
commit 81f24e94a8

View File

@@ -85,7 +85,7 @@
<li {% if title == 'become_a_trainer': %} class="active"{% endif %}>
<a href="{{ url_for('become_a_trainer') }}">Become a Trainer</a>
</li>
{% if current_user.has_role('admin') %}
{% if current_user.has_role('bfct_board') %}
<li {% if title == 'applications': %} class="active"{% endif %}>
<a href="{{url_for('applications.index')}}">Review Applications</a>
</li>