mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-03 13:18:57 -04:00
This commit renders the platform admin page with the given start and end date query params.
Need to add a form to the page to take these params.
This commit is contained in:
@@ -96,11 +96,6 @@
|
||||
{% else %}
|
||||
Excluding test keys (<a href="{{ url_for('.platform_admin') }}">change</a>)
|
||||
{% endif %}
|
||||
<form autocomplete="off" method="post">
|
||||
{{ textbox(form.start_date, hint="Enter start date in format YYYY-MM-DD") }}
|
||||
{{ textbox(form.end_date, hint="Enter end date in format YYYY-MM-DD") }}
|
||||
{{ page_footer('Apply filter') }}
|
||||
</form>
|
||||
</p>
|
||||
|
||||
<div class="grid-row bottom-gutter">
|
||||
|
||||
Reference in New Issue
Block a user