Browse Source

Add missing parameter to detailed-history call

release-2.9
Jean-Romain Garnier 6 years ago
committed by Gabriel Detraz
parent
commit
bf0fa33c5f
  1. 2
      templates/buttons/history.html

2
templates/buttons/history.html

@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% load i18n %}
{% if detailed %}
<a {% if class%}class="btn btn-info btn-sm"{% endif %} role="button" title="{% trans "History" %}" href="{% url 'logs:detailed-history' id %}">
<a {% if class%}class="btn btn-info btn-sm"{% endif %} role="button" title="{% trans "History" %}" href="{% url 'logs:detailed-history' name id %}">
<i class="fa fa-history"></i> {% if text %}{% trans "History" %}{% endif %}
</a>
{% else %}

Loading…
Cancel
Save