Merge pull request #1187 from alphagov/back-to-service

Add back to service link
This commit is contained in:
Chris Hill-Scott
2017-03-15 11:46:58 +00:00
committed by GitHub

View File

@@ -2,6 +2,11 @@
{% block fullwidth_content %}
<div id="content">
{% if current_user.is_authenticated %}
<div class="navigation-service">
<a href="{{ url_for('main.show_all_services_or_dashboard') }}">Back to service</a>
</div>
{% endif %}
<main role="main">
{% include 'flash_messages.html' %}
{% block maincolumn_content %}{% endblock %}