templates: remove unused extra_scripts block (#25527)

This commit is contained in:
Frédéric Péters 2018-07-30 07:51:03 +02:00
parent 73eb8c173a
commit fe0290b54e
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@
<link rel="stylesheet" href="{% static "fargo/css/style.css" %}" />
{% endblock %}
{% block extra_scripts %}
<script type="text/javascript" src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
{% endblock %}
{% block logout-url %}{% url "auth_logout" %}{% endblock %}
{% block content %}