fix block name in closing tag

This commit is contained in:
Thomas Steen Rasmussen 2016-05-29 16:00:22 +02:00
parent a53811b4c1
commit afc380343a

View file

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