Merge branch 'master' into letter-on-usage-page

This commit is contained in:
Rebecca Law
2017-12-20 16:31:23 +00:00
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -96,6 +96,7 @@ class Config(object):
r"acas\.org\.uk", r"acas\.org\.uk",
r"gov\.wales", r"gov\.wales",
r"biglotteryfund\.org\.uk", r"biglotteryfund\.org\.uk",
r"marinemanagement\.org\.uk",
] ]
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local' LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'
+2 -2
View File
@@ -2,7 +2,7 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block per_page_title %} {% block per_page_title %}
Callbacks for received text messages Callback documentation
{% endblock %} {% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
@@ -10,7 +10,7 @@
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">
<h1 class="heading-large">Callbacks for received text messages</h1> <h1 class="heading-large">Callback documentation</h1>
<p>A callback lets you receive messages from Notify to a URL you choose.</p> <p>A callback lets you receive messages from Notify to a URL you choose.</p>
<p>Youll need to provide a bearer token, for security. Well add this to the authorisation header of the callback request.</p> <p>Youll need to provide a bearer token, for security. Well add this to the authorisation header of the callback request.</p>
<p>The callback message is in JSON.</p> <p>The callback message is in JSON.</p>
+1
View File
@@ -99,6 +99,7 @@ def _gen_mock_field(x):
'test@bbsrc.ac.uk', 'test@bbsrc.ac.uk',
'test@acas.org.uk', 'test@acas.org.uk',
'test@biglotteryfund.org.uk', 'test@biglotteryfund.org.uk',
'test@marinemanagement.org.uk',
]) ])
def test_valid_list_of_white_list_email_domains( def test_valid_list_of_white_list_email_domains(
client, client,