Content changes for switching services

This commit is contained in:
Martyn Inglis
2016-01-22 10:38:29 +00:00
parent 860f8e192c
commit 79c21388bb

View File

@@ -53,10 +53,10 @@
<div class="column-half"> <div class="column-half">
<details class="dropdown"> <details class="dropdown">
<summary class="dropdown-toggle"> <summary class="dropdown-toggle">
Service name Current service
</summary> </summary>
<div> <div>
<a href="#">Switch to A N Other service</a> <a href="{{ url_for('main.choose_service') }}">Switch service</a>
<a href="{{ url_for('.add_service') }}">Add a new service to GOV.UK Notify</a> <a href="{{ url_for('.add_service') }}">Add a new service to GOV.UK Notify</a>
</div> </div>
</details> </details>