Say trial _mode_ services

This commit is contained in:
Chris Hill-Scott
2019-06-04 16:21:37 +01:00
parent 813ed8c856
commit 41c50f2397

View File

@@ -4,7 +4,7 @@
<li><a href="{{ url_for('.manage_org_users', org_id=current_org.id) }}" {{ org_navigation.is_selected('team-members') }}>Team members</a></li>
{% if current_user.platform_admin %}
<li><a href="{{ url_for('.organisation_settings', org_id=current_org.id) }}" {{ org_navigation.is_selected('settings') }}>Settings</a></li>
<li><a href="{{ url_for('.organisation_trial_mode_services', org_id=current_org.id) }}" {{ org_navigation.is_selected('trial-services') }}>Trial services</a></li>
<li><a href="{{ url_for('.organisation_trial_mode_services', org_id=current_org.id) }}" {{ org_navigation.is_selected('trial-services') }}>Trial mode services</a></li>
{% endif %}
</ul>
</nav>