load jquery on epay page

This commit is contained in:
Thomas Steen Rasmussen 2016-05-16 17:44:33 +02:00
parent 1c429d0ec2
commit 9dcb47cc3c

View file

@ -1,7 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block content %} {% block content %}
<article> {% 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>
<script type="text/javascript"> <script type="text/javascript">
paymentwindow = new PaymentWindow({ paymentwindow = new PaymentWindow({
@ -22,6 +22,5 @@
paymentwindow.open(); paymentwindow.open();
}); });
</script> </script>
</article>
{% endblock content %} {% endblock content %}