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 %}