mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 14:28:25 -04:00
Merge pull request #3174 from alphagov/update_get_started_page
Update Get started page
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="get-started-list__item">
|
<li class="get-started-list__item">
|
||||||
<h2 class="get-started-list__heading">API integration (optional)</h2>
|
<h2 class="get-started-list__heading">Set up an API integration (optional)</h2>
|
||||||
<p>Share our <a href="{{ url_for('main.documentation') }}">documentation</a> with your developers to help them set up an API integration.</p>
|
<p>Share our <a href="{{ url_for('main.documentation') }}">documentation</a> with your developers to help them set up an API integration.</p>
|
||||||
|
|
||||||
<p>You only need to do this if you’re using the API to send messages automatically, rather than signing in to Notify.</p>
|
<p>You only need to do this if you’re using the API to send messages automatically, rather than signing in to Notify.</p>
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
<li class="get-started-list__item">
|
<li class="get-started-list__item">
|
||||||
<h2 class="get-started-list__heading">Start sending messages</h2>
|
<h2 class="get-started-list__heading">Start sending messages</h2>
|
||||||
{% if not current_user.is_authenticated %}
|
{% if not current_user.is_authenticated or not current_service %}
|
||||||
<p>You should request to go live when you’re ready to send messages to people outside your team. We’ll approve your request within one working day.</p>
|
<p>You should request to go live when you’re ready to send messages to people outside your team. We’ll approve your request within one working day.</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>You should <a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a> when you’re ready to send messages to people outside your team. We’ll approve your request within one working day.</p>
|
<p>You should <a href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a> when you’re ready to send messages to people outside your team. We’ll approve your request within one working day.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user