Projet

Général

Profil

0001-templates-remove-unused-extra_scripts-block-25527.patch

Frédéric Péters, 30 juillet 2018 07:52

Télécharger (853 octets)

Voir les différences:

Subject: [PATCH] templates: remove unused extra_scripts block (#25527)

 fargo/templates/fargo/base.html | 4 ----
 1 file changed, 4 deletions(-)
fargo/templates/fargo/base.html
7 7
<link rel="stylesheet" href="{% static "fargo/css/style.css" %}" />
8 8
{% endblock %}
9 9

  
10
{% block extra_scripts %}
11
<script type="text/javascript" src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
12
{% endblock %}
13

  
14 10
{% block logout-url %}{% url "auth_logout" %}{% endblock %}
15 11

  
16 12
{% block content %}
17
-