Notification history page added and pagination, tests all working.

This commit is contained in:
Nicholas Staples
2016-03-16 16:57:10 +00:00
parent f41106f4db
commit b0ca855ba8
13 changed files with 351 additions and 24 deletions

View File

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