Move link to providers page to the header

This link looked odd floating above the left column, and although we may want
to have admin navigation on the left we aren't sure what that would include
yet, so move this link to the header alongside the Platform admin link.
This commit is contained in:
Jenny Duckett
2016-12-05 17:06:34 +00:00
parent 3a637c8fa9
commit df265f188d
2 changed files with 3 additions and 8 deletions

View File

@@ -47,6 +47,9 @@
<li>
<a href="{{ url_for('main.platform_admin') }}">Platform admin</a>
</li>
<li>
<a href="{{ url_for('main.view_providers') }}">Providers</a>
</li>
{% endif %}
<li>
<a href="{{ url_for('main.sign_out')}}">Sign out</a>