Results per page now configurable

This commit is contained in:
Simon
2018-06-07 13:49:08 -04:00
parent 306b0ed0fe
commit b79b0ca58c
3 changed files with 8 additions and 9 deletions

View File

@@ -15,6 +15,7 @@ CAPTCHA_SITE_KEY = ""
CAPTCHA_SECRET_KEY = ""
FLASK_SECRET = ""
USE_SSL = True
RESULTS_PER_PAGE = (25, 50, 100, 250, 500, 1000)
```
## Running