Match definition of overriden method, use request instead of self.request, since we now have it anywhere within the same context

This commit is contained in:
Oliver Falk
2018-05-22 14:59:33 +02:00
parent 7f4b82abe3
commit d855abac62
2 changed files with 82 additions and 79 deletions

View File

@@ -12,7 +12,7 @@ class AvatarImageView(TemplateView):
View to return (binary) image, based for OpenID/Email (both by digest)
'''
def get(self, *args, **kwargs):
def get(self, request, *args, **kwargs):
'''
Override get from parent class
'''