Try sending yourself this example
1.
Every message is sent from a template
2.
The template pulls in the data you provide
3.
Notify delivers the message
diff --git a/app/templates/views/agreement/agreement-accept.html b/app/templates/views/agreement/agreement-accept.html index 2e0aa2b1d..8a01e952a 100644 --- a/app/templates/views/agreement/agreement-accept.html +++ b/app/templates/views/agreement/agreement-accept.html @@ -13,7 +13,7 @@ {% block maincolumn_content %}When you receive a text message in Notify, we can forward it to your system. Check the callback documentation for more information. diff --git a/app/templates/views/choose-account.html b/app/templates/views/choose-account.html index 74d3b8293..87b593d99 100644 --- a/app/templates/views/choose-account.html +++ b/app/templates/views/choose-account.html @@ -14,7 +14,7 @@ {{ heading }}
-
{% else %}
-
@@ -62,7 +62,7 @@
Platform admin
-
+
-
All organisations
@@ -106,7 +106,7 @@
-+{% endif %} {{ govukButton({ "element": "a", diff --git a/app/templates/views/edit-email-template.html b/app/templates/views/edit-email-template.html index 988b6bb09..43f6a3a34 100644 --- a/app/templates/views/edit-email-template.html +++ b/app/templates/views/edit-email-template.html @@ -18,7 +18,7 @@ {% call form_wrapper() %}-+{{ textbox(form.name, width='1-1', hint='Your recipients will not see this', rows=10) }} {{ textbox(form.subject, width='1-1', highlight_placeholders=True, rows=2) }} {{ textbox(form.template_content, highlight_placeholders=True, width='1-1', rows=8) }} @@ -29,7 +29,7 @@ 'Save' ) }}-