Projet

Général

Profil

0001-templates-put-history-log-title-in-a-overridable-dja.patch

Frédéric Péters, 26 janvier 2020 21:48

Télécharger (902 octets)

Voir les différences:

Subject: [PATCH] templates: put history log title in a overridable django
 block (#28921)

 wcs/templates/wcs/formdata_history.html | 2 ++
 1 file changed, 2 insertions(+)
wcs/templates/wcs/formdata_history.html
1 1
{% load i18n %}
2 2
<div class="section foldable {% if view.should_fold_history %}folded{% endif %}" id="evolution-log">
3
 {% block log-section-title %}
3 4
 <h2>{% trans "Log" %}</h2>
5
 {% endblock %}
4 6
 <div>
5 7
 <ul id="evolutions">
6 8
  {% for evolution in formdata.get_visible_evolution_parts %}
7
-