Translated Submit and Create buttons.

This commit is contained in:
2020-10-11 00:26:10 +02:00
parent f95c7973d7
commit 475a255851
3 changed files with 30 additions and 20 deletions

View File

@@ -39,8 +39,9 @@
</div>
</div>
{% trans 'Create' as action %}
<div class="LP-Form__Composition LP-Form__Composition--buttons">
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action='Create' %}
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action=action %}
</div>
</fieldset>