Projet

Général

Profil

0001-delete-superfluous-template-tag-call-25517.patch

Emmanuel Cazenave, 27 juillet 2018 16:40

Télécharger (784 octets)

Voir les différences:

Subject: [PATCH] delete superfluous template tag call (#25517)

 templates/authentic2/base.html | 3 ---
 1 file changed, 3 deletions(-)
templates/authentic2/base.html
1 1
{% extends theme_base %}
2
{% load authentic2 %}
3 2

  
4 3
{% block extra-body-args %}
5 4
{% block bodyargs %}
......
38 37
  {% endblock %}
39 38
  {% block extra_scripts %}
40 39
  {% endblock %}
41
  {% renderblock "css" %}
42
  {% renderblock "js" %}
43 40
  {{ form.media }}
44 41
{% endblock %}
45
-