From d77bbd21206773d18067a816f960d2c73a8c3808 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 10 Dec 2018 16:58:48 +0100 Subject: [PATCH] saml_idp: fix form path --- passbook/saml_idp/templates/saml/idp/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passbook/saml_idp/templates/saml/idp/settings.html b/passbook/saml_idp/templates/saml/idp/settings.html index cf59b2246..812510fff 100644 --- a/passbook/saml_idp/templates/saml/idp/settings.html +++ b/passbook/saml_idp/templates/saml/idp/settings.html @@ -17,7 +17,7 @@
- {% include 'blocks/form.html' with form=form %} + {% include 'partials/form.html' with form=form %}