mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Add left hand navigation
Due to the way the navigation dictionaries are built this mean being less smart about the view method for the guidance pages.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<h3 class="heading heading-small" id="branding">Email branding</h3>
|
||||
<p>Add your organisation’s logo and brand colour to email templates.</p>
|
||||
<p>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='email-branding') }}">how to change your email branding</a>.</p>
|
||||
<p>See <a href="{{ url_for('.branding_and_customisation', _anchor='email-branding') }}">how to change your email branding</a>.</p>
|
||||
|
||||
<h3 class="heading heading-small" id="send-files">Send files by email</h3>
|
||||
<p>Notify offers a safe and reliable way to send files by email.</p>
|
||||
@@ -41,7 +41,7 @@
|
||||
<h3 class="heading heading-small" id="reply-to">Add a reply-to address</h3>
|
||||
<p>Notify lets you choose the email address that users reply to.</p>
|
||||
<p>Emails with a reply-to address seem more trustworthy and are less likely to be labelled as spam.</p>
|
||||
<p>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='reply-to-address') }}">how to add a reply-to address</a>.</p>
|
||||
<p>See <a href="{{ url_for('.branding_and_customisation', _anchor='reply-to-address') }}">how to add a reply-to address</a>.</p>
|
||||
|
||||
<h2 class="heading heading-medium">Pricing</h2>
|
||||
<p>It’s free to send emails through Notify.</p>
|
||||
|
||||
@@ -29,11 +29,11 @@
|
||||
|
||||
<h3 class="heading-small" id="branding">Branding</h3>
|
||||
<p>Add your organisation’s logo to your letter templates.</p>
|
||||
<p>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='letter-branding') }}">how to change your letter branding</a>.</p>
|
||||
<p>See <a href="{{ url_for('.branding_and_customisation', _anchor='letter-branding') }}">how to change your letter branding</a>.</p>
|
||||
|
||||
<h3 class="heading heading-small" id="upload-letters">Upload your own letters</h3>
|
||||
<p>You can create reusable letter templates in Notify, or upload and send your own letters with the Notify API.</p>
|
||||
<p>See <a href="{{ url_for('.guidance', slug='upload-a-letter') }}">how to upload a letter</a>.</p>
|
||||
<p>See <a href="{{ url_for('.upload_a_letter') }}">how to upload a letter</a>.</p>
|
||||
<p>Or, if you’re using our API, read our <a href="{{ url_for('.documentation') }}">documentation</a>.</p>
|
||||
|
||||
<h2 class="heading heading-medium">Pricing</h2>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
<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>See <a href="{{ url_for('.guidance', slug='branding-and-customisation', _anchor='text-message-sender') }}">how to change the text message sender</a>.</p>
|
||||
<p>See <a href="{{ url_for('.branding_and_customisation', _anchor='text-message-sender') }}">how to change the text message sender</a>.</p>
|
||||
|
||||
<h2 class="heading heading-medium">Pricing<h2>
|
||||
<p>Each service you add has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.</p>
|
||||
|
||||
Reference in New Issue
Block a user