[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

@@ -14,9 +14,9 @@
<div class="panel panel-primary" style="height:100%">
<div class="panel-heading">
<h3 class="panel-title">
{% blocktrans with state=request.user.profile.state %}
{% blocktranslate with state=request.user.profile.state %}
Main Character (State: {{ state }})
{% endblocktrans %}
{% endblocktranslate %}
</h3>
</div>
<div class="panel-body">