mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 17:45:32 -04:00
Merge pull request #3451 from alphagov/dont-deep-link-support
Don’t deep link to our support form
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<!--<li>you can track when the recipient downloads your document</li>-->
|
<!--<li>you can track when the recipient downloads your document</li>-->
|
||||||
<li>email attachments are often marked as spam</li>
|
<li>email attachments are often marked as spam</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback') }}">Contact us</a> if you want to send files by email.</p>
|
<p><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.support') }}">Contact us</a> if you want to send files by email.</p>
|
||||||
<p>Read our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">API documentation</a> for more information.</p>
|
<p>Read our <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.documentation') }}">API documentation</a> for more information.</p>
|
||||||
|
|
||||||
<h3 class="heading heading-small" id="reply-to">Add a reply-to address</h3>
|
<h3 class="heading heading-small" id="reply-to">Add a reply-to address</h3>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
<h3 class="heading heading-small" id="receive">Receive text messages</h3>
|
<h3 class="heading heading-small" id="receive">Receive text messages</h3>
|
||||||
<p>Let people send messages to your service or reply to your texts.</p>
|
<p>Let people send messages to your service or reply to your texts.</p>
|
||||||
<p>You can see and reply to the messages you receive when you sign in to Notify. If you’re using our API, you can set up your own automated processes to manage replies.</p>
|
<p>You can see and reply to the messages you receive when you sign in to Notify. If you’re using our API, you can set up your own automated processes to manage replies.</p>
|
||||||
<p><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.feedback', ticket_type='ask-question-give-feedback') }}">Contact us</a> to request a unique number for text message replies.</p>
|
<p><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.support') }}">Contact us</a> to request a unique number for text message replies.</p>
|
||||||
|
|
||||||
<h3 class="heading heading-small" id="sender">Show people who your texts are from</h3>
|
<h3 class="heading heading-small" id="sender">Show people who your texts are from</h3>
|
||||||
<p>When you send a text message with Notify, the sender name tells people who it's from.</p>
|
<p>When you send a text message with Notify, the sender name tells people who it's from.</p>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<p>The GOV.UK Notify roadmap shows the things we’re working on and when we hope to have them ready for you to use.</p>
|
<p>The GOV.UK Notify roadmap shows the things we’re working on and when we hope to have them ready for you to use.</p>
|
||||||
<p>Notify is in public beta. This means it’s fully operational and supported, but we’re still adding new features. The roadmap is a guide to what we have planned, but some things might change.</p>
|
<p>Notify is in public beta. This means it’s fully operational and supported, but we’re still adding new features. The roadmap is a guide to what we have planned, but some things might change.</p>
|
||||||
<p>You can <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">contact us</a> if you have any questions about the roadmap or suggestions for new features.</p>
|
<p>You can <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.support')}}">contact us</a> if you have any questions about the roadmap or suggestions for new features.</p>
|
||||||
|
|
||||||
<h2 class="heading-medium">January to March 2020</h2>
|
<h2 class="heading-medium">January to March 2020</h2>
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2 class="heading-medium">Leaving Notify</h2>
|
<h2 class="heading-medium">Leaving Notify</h2>
|
||||||
<p>You can leave Notify at any time. Just <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.feedback', ticket_type='ask-question-give-feedback')}}">contact us</a> and we’ll close your account.</p>
|
<p>You can leave Notify at any time. Just <a class="govuk-link govuk-link--no-visited-state" href="{{url_for('.support')}}">contact us</a> and we’ll close your account.</p>
|
||||||
<p>When you leave Notify, all your data will be deleted.</p>
|
<p>When you leave Notify, all your data will be deleted.</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user