X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6f12caf7d625f0bfffd2b138897fd8c711a6b2f5..8885fd14f5f040eb3aa69f1d705856f99a1fa572:/src/references/templates/references/map.html diff --git a/src/references/templates/references/map.html b/src/references/templates/references/map.html index 1aadfc4c2..c067f4977 100644 --- a/src/references/templates/references/map.html +++ b/src/references/templates/references/map.html @@ -1,66 +1,63 @@ -{% extends "2022/base.html" %} - +{% extends "base.html" %} +{% load cache %} +{% load static %} {% load l10n %} -{% block extrahead %} - - - - - - - +{% block global-content %} + +
+ {% endblock %} -{% block global-content %} -
+{% block extrahead %} + + + + + + + + + {% endblock %} {% block extrabody %} + + {% endblock %} + + +{% block footer %} +{% endblock %}