Deleted obsolete tagify stylesheet and reference.

This commit is contained in:
2020-09-10 09:05:48 +02:00
parent e08f8f60f2
commit ca0e1a48dc
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 %}