From bc99d5d060a3e819b51ee42d341197f79b47b15e Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Mon, 3 Sep 2018 10:38:43 +0200 Subject: [PATCH] Make invoice form load the full jquery and not the slim one This is needed to access the $.ajax() functionality. --- template/invoices/invoiceform.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/template/invoices/invoiceform.html b/template/invoices/invoiceform.html index fe1d9e5..065b485 100644 --- a/template/invoices/invoiceform.html +++ b/template/invoices/invoiceform.html @@ -1,6 +1,9 @@ {%extends "nav_financial.html"%} {%load util %} {%block title%}Invoice administration{%endblock%} +{%block jquery%} + +{%endblock%} {%block extrahead%} - + + +{%endblock%} +{%block pagescript%} - - -