Skip to content

Commit

Permalink
Merge pull request #774 from hackerspace-ntnu/fix/image-gallery-delet…
Browse files Browse the repository at this point in the history
…e-error

Fixed image gallery deletion error
  • Loading branch information
michaelbrusegard authored Oct 13, 2023
2 parents 869fde3 + d58275f commit 51cf831
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 51cf831

Please sign in to comment.