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
4b120d2f
Commit
4b120d2f
authored
Apr 21, 2020
by
Enrico Zini
Browse files
Merge remote-tracking branch 'refs/remotes/origin/master'
parents
6925c10a
cb3ac79a
Changes
2
Hide whitespace changes
Inline
Side-by-side
nm2/wsgi.py
View file @
4b120d2f
...
...
@@ -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
()
signon/templates/signon/identities.html
View file @
4b120d2f
...
...
@@ -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 %}
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