Typo caused #51

This commit is contained in:
reverend 2021-10-02 08:44:21 +02:00
parent a37a445986
commit 670b99a7e5
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
{% translate 'Update' as action %}
<div class="LP-Form__Composition LP-Form__Composition--buttons">
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action=action %}
{% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %}
</div>
</fieldset>