Skip to content
Snippets Groups Projects
Verified Commit b6dcd5f7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix mistake.

parent 31b0558d
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,6 @@ class TeckidsLdapMixin(object):
filename = '%s.jpg' % os.path.join(entry_dir, md5(field.encode("utf-8")).hexdigest())
if not getattr(self, field):
else:
if fallback is None:
fallback = '%s%s' % (settings.STATIC_ROOT, 'people.jpg')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment