diff --git a/django_lostplaces/lostplaces/templates/place/place_delete.html b/django_lostplaces/lostplaces/templates/place/place_delete.html index 909f6e9..ad99d9a 100644 --- a/django_lostplaces/lostplaces/templates/place/place_delete.html +++ b/django_lostplaces/lostplaces/templates/place/place_delete.html @@ -15,9 +15,9 @@

{% translate 'Are you sure you want to delete' %} "{{place.name}}"?

- + {% translate 'Delete' as action %}
- {% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action='Delete' %} + {% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %}