Merge branch 'master' of mowoe.com:reverend/lostplaces-backend into master

This commit is contained in:
2020-09-10 18:38:28 +02:00
2 changed files with 0 additions and 551 deletions

View File

@@ -6,12 +6,9 @@
{% block additional_head %}
<link rel="stylesheet" href="{% static 'maps/ol.css' %}" type="text/css">
<script src="{% static 'maps/ol.js' %}"></script>
<script src="{% static 'tagify.min.js' %}"></script>
<link rel="stylesheet" href="{% static 'minimal.css' %}" type="text/css">
{% endblock additional_head %}
{% block title %}{{place.name}}{% endblock %}