From 670b99a7e5305fa1aaf8fe523ca100e921b6c606 Mon Sep 17 00:00:00 2001 From: reverend Date: Sat, 2 Oct 2021 08:44:21 +0200 Subject: [PATCH] Typo caused #51 --- django_lostplaces/lostplaces/templates/place/place_update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_lostplaces/lostplaces/templates/place/place_update.html b/django_lostplaces/lostplaces/templates/place/place_update.html index f475f00..60ebd12 100644 --- a/django_lostplaces/lostplaces/templates/place/place_update.html +++ b/django_lostplaces/lostplaces/templates/place/place_update.html @@ -51,7 +51,7 @@ {% translate 'Update' as action %}
- {% 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 %}