From: Magnus Hagander Date: Mon, 3 Sep 2018 08:38:43 +0000 (+0200) Subject: Make invoice form load the full jquery and not the slim one X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=bc99d5d060a3e819b51ee42d341197f79b47b15e;p=pgeu-website.git Make invoice form load the full jquery and not the slim one This is needed to access the $.ajax() functionality. --- 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%} - - -