X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a94e848fd865f0a887850e4858dab64c426b10db..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/references/templates/references/map.html diff --git a/src/references/templates/references/map.html b/src/references/templates/references/map.html index 620483712..3b266a1ed 100644 --- a/src/references/templates/references/map.html +++ b/src/references/templates/references/map.html @@ -1,35 +1,82 @@ +{% extends "base.html" %} +{% load cache %} +{% load static %} {% load l10n %} - - - -
- +{% block global-content %} + +
+ +{% endblock %} + + +{% block extrahead %} + + + + + + + + + + +{% endblock %} + + +{% block extrabody %} + + + +{% endblock %} + + +{% block footer %} +{% endblock %}