diff --git a/src/backoffice/templates/facility_list_backoffice.html b/src/backoffice/templates/facility_list_backoffice.html index e5182a27..6ceea5df 100644 --- a/src/backoffice/templates/facility_list_backoffice.html +++ b/src/backoffice/templates/facility_list_backoffice.html @@ -1,10 +1,19 @@ {% extends 'base.html' %} {% load static %} +{% load leaflet_tags %} {% block title %} Facilities | BackOffice | {{ block.super }} {% endblock %} +{% block extra_head %} + {% leaflet_css %} + + + + +{% endblock extra_head %} + {% block content %}
@@ -47,6 +56,30 @@ Facilities | BackOffice | {{ block.super }} {% endfor %} +

+

+
+ + + + + {% endblock %}