fix error identation

This commit is contained in:
Markos Gogoulos 2020-12-25 17:50:52 +02:00
parent 0e78076359
commit 718a1fb4bc

View file

@ -210,7 +210,7 @@ URL: %s
item["title"], item["msg"], settings.DEFAULT_FROM_EMAIL, item["to"]
)
email.send(fail_silently=True)
return True
return True
def show_recommended_media(request, limit=100):