Merge pull request #1297 from alphagov/search-outbound

Add search box to filter notifications by recipient
This commit is contained in:
Chris Hill-Scott
2017-06-01 16:09:20 +01:00
committed by GitHub
7 changed files with 135 additions and 10 deletions

View File

@@ -641,6 +641,11 @@ class SearchTemplatesForm(Form):
search = SearchField('Search by name')
class SearchNotificationsForm(Form):
to = SearchField('Search by phone number or email address')
class PlaceholderForm(Form):
pass