diff --git a/ivatar/views.py b/ivatar/views.py index f330c34..4b00d6d 100644 --- a/ivatar/views.py +++ b/ivatar/views.py @@ -145,7 +145,9 @@ class AvatarImageView(TemplateView): data, content_type='image/png') - if str(default) == 'identicon' or str(default) == 'retro': + # TODO: Wavatar needs to be different + # TODO: identicon should be different from retro + if str(default) == 'identicon' or str(default) == 'retro' or str(default) == 'wavatar': # Taken from example code foreground = [ 'rgb(45,79,255)',