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

@@ -1,6 +1,12 @@
{% extends "admin_template.html" %}
{% block fullwidth_content %}
<div class="navigation-service">
<h2 class="navigation-service-name">
{{ current_service.name }}
</h2>
<a href="{{ url_for('main.choose_service') }}" class="navigation-service-switch">Switch service</a>
</div>
<div class="grid-row">
<div class="column-one-third">
{% include "main_nav.html" %}