Commit 4b120d2f authored by Enrico Zini's avatar Enrico Zini
Browse files

Merge remote-tracking branch 'refs/remotes/origin/master'

parents 6925c10a cb3ac79a
......@@ -19,5 +19,5 @@ for path in paths:
if path not in sys.path:
sys.path.append(path)
from django.core.wsgi import get_wsgi_application
from django.core.wsgi import get_wsgi_application # noqa: E402
application = get_wsgi_application()
......@@ -7,7 +7,7 @@
<h1>{{person.fullname}} identities</h1>
{% if identities %}
{% 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