Skip to content

Commit

Permalink
Fixed image gallery deleting error
Browse files Browse the repository at this point in the history
  • Loading branch information
njal3001 committed Oct 11, 2023
1 parent 869fde3 commit d58275f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/templates/files/image_confirm_delete.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load i18n %}

<form method="post">{% csrf_token %}
<p>{% trans "Are you sure you want to delete "{{ object }}"?" %}</p>
<p>{% trans "Are you sure you want to delete " %}{{ object }}?</p>
<input type="submit" value="Confirm">
</form>

0 comments on commit d58275f

Please sign in to comment.