mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
branding
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
{% block content_column_content %}
|
||||
|
||||
<h1 class="heading heading-large">Emails</h1>
|
||||
<p class="govuk-body">Send an unlimited number of emails for free with GOV.UK Notify.</p>
|
||||
<p class="govuk-body">Send an unlimited number of emails for free with US Notify.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{% block content_column_content %}
|
||||
|
||||
<h1 class="heading heading-large">Letters</h1>
|
||||
<p class="govuk-body">GOV.UK Notify will print, pack and post your letters for you.</p>
|
||||
<p class="govuk-body">US Notify will print, pack and post your letters for you.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
{% block content_column_content %}
|
||||
|
||||
<h1 class="heading heading-large">Text messages</h1>
|
||||
<p class="govuk-body">Send thousands of free text messages to UK and international numbers with GOV.UK Notify.</p>
|
||||
<p class="govuk-body">Send thousands of free text messages to UK and international numbers with US Notify.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.register') }}">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user