Files
notifications-admin/app/main/views
Leo Hemsted 9e414ef3c0 when pressing back after sending CSV redirect properly
previously we were issuing a flask redirect (302) from the function,
which we then attempted to unpack as a dict further down the line.

raise a werkzeug.routing.RequestRedirect (301 MOVED PERMANENTLY)
instead. note: only use this pattern when the URL they attempted to
access will *NEVER* be valid, as 301s are cached by browsers.
2017-01-19 15:20:30 +00:00
..
2016-11-16 11:08:20 +00:00
2016-10-21 17:36:42 +01:00
2016-12-14 14:32:07 +00:00
2016-11-16 11:08:20 +00:00
2016-11-16 11:08:20 +00:00