mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 21:48:02 +00:00
Fix issue #16
This commit is contained in:
@@ -336,8 +336,8 @@ class ImportPhotoView(SuccessMessageMixin, TemplateView):
|
|||||||
else:
|
else:
|
||||||
context['photos'].append({
|
context['photos'].append({
|
||||||
'service_url': libravatar_service_url,
|
'service_url': libravatar_service_url,
|
||||||
'thumbnail_url': libravatar_service_url + '?s=80',
|
'thumbnail_url': libravatar_service_url + '&s=80',
|
||||||
'image_url': libravatar_service_url + '?s=512',
|
'image_url': libravatar_service_url + '&s=512',
|
||||||
'width': 80,
|
'width': 80,
|
||||||
'height': 80,
|
'height': 80,
|
||||||
'service_name': 'Libravatar',
|
'service_name': 'Libravatar',
|
||||||
|
|||||||
Reference in New Issue
Block a user