Move switch service out of black header

Also following the pattern work that Tim and Stephen have done.
This commit is contained in:
Chris Hill-Scott
2016-11-18 11:18:29 +00:00
parent bfe234b535
commit ee78d0bf59
7 changed files with 42 additions and 17 deletions

View File

@@ -45,9 +45,6 @@
<li>
<a href="{{ url_for('main.user_profile') }}">{{ current_user.name }}</a>
</li>
<li>
<a href="{{ url_for('main.choose_service') }}">Switch service</a>
</li>
{% if current_user.has_permissions(admin_override=True) %}
<li>
<a href="{{ url_for('main.platform_admin') }}">Platform admin</a>