Skip to content

Commit d61516c

Browse files
committed
Adding class to list item
1 parent 4c24246 commit d61516c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% for object_tool in object_tools %}
2-
<li class="{{ object_tool.name|slugify }}"><a href="{{ object_tool.reverse }}{% if request %}?{{ request.GET.urlencode }}{% endif %}" title="{{ object_tool.help_text }}"class="historylink">{{ object_tool.label }}</a></li>
2+
<li class="{{ object_tool.name|slugify }}"><a href="{{ object_tool.reverse }}{% if request %}?{{ request.GET.urlencode }}{% endif %}" title="{{ object_tool.help_text }}" class="historylink">{{ object_tool.label }}</a></li>
33
{% endfor %}

0 commit comments

Comments
 (0)