Merge pull request #287 from alphagov/notification_history_page

Notification history page
This commit is contained in:
minglis
2016-03-18 14:32:55 +00:00
14 changed files with 428 additions and 23 deletions

View File

@@ -62,6 +62,7 @@ class Development(Config):
class Test(Development):
DEBUG = True
WTF_CSRF_ENABLED = False