From 9dcb47cc3c77ed53136b65f2b1a46d83060daa97 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 16 May 2016 17:44:33 +0200 Subject: [PATCH] load jquery on epay page --- shop/templates/epay_form.html | 43 +++++++++++++++++------------------ 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/shop/templates/epay_form.html b/shop/templates/epay_form.html index d88988d8..002dd061 100644 --- a/shop/templates/epay_form.html +++ b/shop/templates/epay_form.html @@ -1,27 +1,26 @@ {% extends "base.html" %} {% block content %} -
- - - - -
+{% bootstrap_javascript jquery=1 %} + + + + {% endblock content %}