Files
notifications-admin/app/main
Chris Hill-Scott 80e0832f7d Make a function for parsing help query param
Our templates are a littered with `request.args.get('help', '0')`.
This commit refactors these into a single helper method, which can be
used by the view functions, then passed to the template.

This makes the templates cleaner, and should make it easier to refactor
`help` out of the query parameters entirely in the future.
2016-07-05 17:29:41 +01:00
..
2016-05-25 13:14:09 +01:00
2016-07-01 16:32:21 +01:00