Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
1ee3376b
Verified
Commit
1ee3376b
authored
Apr 24, 2020
by
Mattia Rizzolo
Browse files
signon: also pass STATIC_URL to the template, another time
Signed-off-by:
Mattia Rizzolo
<
mattia@debian.org
>
parent
b2354c31
Changes
1
Show whitespace changes
Inline
Side-by-side
signon/templates/signon/login.html
View file @
1ee3376b
...
...
@@ -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 %}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment