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