Verified Commit 1ee3376b authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

signon: also pass STATIC_URL to the template, another time



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent b2354c31
......@@ -88,7 +88,7 @@
{% if identities %}
<h2>{% trans "Identity audit logs" %}</h2>
{% include "signon/audit_identities.html" with identities=identities only %}
{% include "signon/audit_identities.html" with identities=identities STATIC_URL=STATIC_URL only %}
{% endif %}
{% endblock %}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment