Skip to content

Commit

Permalink
fix issue for change form btns
Browse files Browse the repository at this point in the history
  • Loading branch information
yaghoubi committed Dec 25, 2024
1 parent e03cebd commit b019ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_daisy/templates/admin/change_form_object_tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="text-start flex gap-2">
{% url opts|admin_urlname:'history' original.pk|admin_urlquote as history_url %}
<a href="{% add_preserved_filters history_url %}" class="sm:btn-auto btn-block historylink btn-sm btn btn-info rounded-md">
<a href="{% add_preserved_filters history_url %}" class="sm:btn-auto historylink btn-sm btn btn-info rounded-md">
{% translate "History" %}
<i class="fa fa-history"></i>
</a>
Expand Down

0 comments on commit b019ee6

Please sign in to comment.