diff --git a/app/templates/statistics.html b/app/templates/statistics.html deleted file mode 100644 index f5a1018..0000000 --- a/app/templates/statistics.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - - - -
-
-

Devices

-
- - - - - - - - {% for receiverstat in receiverstats %} - - - - - - {% endfor %} -
ReceiverAircraftsBeacons
{{ receiverstat.receiver.country.iso2 }} {{ receiverstat.receiver.name }}{{ receiverstat.aircraft_count }}{{ receiverstat.beacon_count }}
-
-
- -{% endblock %} \ No newline at end of file