mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 05:28:03 +00:00
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:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user