From afc380343a929dcb44d2bdb3e88a5ce275f72fcc Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 29 May 2016 16:00:22 +0200 Subject: [PATCH] fix block name in closing tag --- shop/templates/epay_form.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shop/templates/epay_form.html b/shop/templates/epay_form.html index 9bc5ffbb..581dccb7 100644 --- a/shop/templates/epay_form.html +++ b/shop/templates/epay_form.html @@ -1,5 +1,6 @@ {% extends "shop_base.html" %} {% load bootstrap3 %} + {% block shop_content %} {% bootstrap_javascript jquery=1 %} @@ -23,5 +24,5 @@ paymentwindow.open(); }); -{% endblock content %} +{% endblock shop_content %}