Files
notifications-admin/app/templates/views/platform-admin/reports.html
2019-05-01 15:59:50 +01:00

16 lines
331 B
HTML

{% extends "views/platform-admin/_base_template.html" %}
{% block per_page_title %}
Platform admin
{% endblock %}
{% block platform_admin_content %}
<h1 class="heading-large">
Reports
</h1>
<a target="_blank" href="{{ url_for('main.live_services_csv') }}">Download live services information sheet</a>
{% endblock %}