Browse Source

Add missing parameter to detailed-history call

missing_event_in_history
Jean-Romain Garnier 6 years ago
committed by Jean-Romain Garnier
parent
commit
fc352948ce
  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