From 1ee3376b7c00b169022412213b4e2f82a8c7ec08 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 24 Apr 2020 22:03:26 +0200 Subject: [PATCH] signon: also pass STATIC_URL to the template, another time Signed-off-by: Mattia Rizzolo --- signon/templates/signon/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signon/templates/signon/login.html b/signon/templates/signon/login.html index 080522a..1560e24 100644 --- a/signon/templates/signon/login.html +++ b/signon/templates/signon/login.html @@ -88,7 +88,7 @@ {% if identities %}

{% trans "Identity audit logs" %}

-{% include "signon/audit_identities.html" with identities=identities only %} +{% include "signon/audit_identities.html" with identities=identities STATIC_URL=STATIC_URL only %} {% endif %} {% endblock %} -- GitLab