Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed Nov 19, 2024
1 parent 8a2fa04 commit 4ca16a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load static i18n %}

<a class="btn cms-action-btn related-widget-wrapper-link" data-popup="yes" id="additional_content_settings_expiry_id_{{ field_id }}" href="{{ url }}" title="{% trans 'Additional Content Settings' %}">
<img src="{% static 'djangocms_content_expiry/svg/file.svg' %}" style="width: 16.8px; height: 16.8px; margin-line-end: 10px;">
<img src="{% static 'djangocms_content_expiry/svg/file.svg' %}" style="width: 16.8px; height: 16.8px; margin-inline-end: 10px;">
</a>

0 comments on commit 4ca16a6

Please sign in to comment.