Translated place deletion question with blrocktrans in a more natural way.

This commit is contained in:
Marcus Scholz 2020-10-11 21:55:38 +02:00
parent 15f6a30cd6
commit 2bfdf5c172
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{% csrf_token %}
<div class="LP-Form__Composition">
<div class="LP-Form__Field LP-Form__InfoText">
<p class="LP-Paragraph">{% blocktrans %}Are you sure you want to delete "{{place.name}}"?{% endblocktrans %}</p>
<p class="LP-Paragraph">{% blocktrans with place_name=place.name%}Are you sure you want to delete {{place_name}}?{% endblocktrans %}</p>
</div>
</div>