[CHANGE] Deprecated {% blocktrans %} tags to {% blocktranslate %}

This commit is contained in:
Peter Pfeufer
2022-09-06 23:48:27 +02:00
parent 635fbfe2c8
commit 70eb1b5b50
14 changed files with 26 additions and 26 deletions

View File

@@ -16,7 +16,7 @@
<div class="row">
<form action="" method="post">
{% csrf_token %}
<p>{% blocktrans %}Are you sure you want to delete timer "{{ object }}"?{% endblocktrans %}</p>
<p>{% blocktranslate %}Are you sure you want to delete timer "{{ object }}"?{% endblocktranslate %}</p>
<input class="btn btn-danger btn-block" type="submit" value="Confirm">
</form>
</div>