fix block name in closing tag
This commit is contained in:
parent
a53811b4c1
commit
afc380343a
|
@ -1,5 +1,6 @@
|
||||||
{% extends "shop_base.html" %}
|
{% extends "shop_base.html" %}
|
||||||
{% load bootstrap3 %}
|
{% load bootstrap3 %}
|
||||||
|
|
||||||
{% block shop_content %}
|
{% block shop_content %}
|
||||||
{% bootstrap_javascript jquery=1 %}
|
{% bootstrap_javascript jquery=1 %}
|
||||||
<script charset="UTF-8" src="https://ssl.ditonlinebetalingssystem.dk/integration/ewindow/paymentwindow.js" type="text/javascript"></script>
|
<script charset="UTF-8" src="https://ssl.ditonlinebetalingssystem.dk/integration/ewindow/paymentwindow.js" type="text/javascript"></script>
|
||||||
|
@ -23,5 +24,5 @@
|
||||||
paymentwindow.open();
|
paymentwindow.open();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock content %}
|
{% endblock shop_content %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue