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:
Rebecca Law
2016-12-28 15:23:19 +00:00
parent df41da4860
commit 5572d0f25f
4 changed files with 41 additions and 55 deletions

View File

@@ -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">