This commit is contained in:
Oliver Falk
2018-10-15 14:49:30 +02:00

View File

@@ -116,7 +116,7 @@ class AvatarImageView(TemplateView):
data,
content_type='image/png')
if str(default) == 'mm':
if str(default) == 'mm' or str(default) == 'mp':
# If mm is explicitly given, we need to catch that
pass
else: