Add performance platform csv report and format live dates

Drop redundant Response wrapper
This commit is contained in:
Pea Tyczynska
2019-04-30 17:44:59 +01:00
parent 128bbd0d5f
commit 46e8a52f2b
4 changed files with 86 additions and 26 deletions

View File

@@ -10,6 +10,11 @@
Reports
</h1>
<a target="_blank" href="{{ url_for('main.live_services_csv') }}">Download live services information sheet</a>
<p>
<a target="_blank" href="{{ url_for('main.live_services_csv') }}">Download live services csv report</a>
</p>
<p>
<a target="_blank" href="{{ url_for('main.performance_platform_csv') }}">Download performance platform csv report</a>
<p>
{% endblock %}