mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
fix filtering to use processing_started time
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</li>
|
||||
{% else %}
|
||||
<li class="usa-pagination__item">
|
||||
<a class="usa-pagination__button" href="?page={{ page }}">
|
||||
<a class="usa-pagination__button" href="?page={{ page }}{% if request.args.get('filter') %}&filter={{ request.args.get('filter') }}{% endif %}">
|
||||
{{ page }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user