mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Rewrite prev/next test to use BeautifulSoup
This commit is contained in:
@@ -172,7 +172,7 @@ def view_notifications(service_id, message_type):
|
||||
limit_days=current_app.config['ACTIVITY_STATS_LIMIT_DAYS'])
|
||||
view_dict = dict(
|
||||
message_type=message_type,
|
||||
status=filter_args['status']
|
||||
status=request.args.get('status')
|
||||
)
|
||||
prev_page = None
|
||||
if notifications['links'].get('prev', None):
|
||||
|
||||
Reference in New Issue
Block a user