fix error identation
This commit is contained in:
parent
0e78076359
commit
718a1fb4bc
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ URL: %s
|
||||||
item["title"], item["msg"], settings.DEFAULT_FROM_EMAIL, item["to"]
|
item["title"], item["msg"], settings.DEFAULT_FROM_EMAIL, item["to"]
|
||||||
)
|
)
|
||||||
email.send(fail_silently=True)
|
email.send(fail_silently=True)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
def show_recommended_media(request, limit=100):
|
def show_recommended_media(request, limit=100):
|
||||||
|
|
Loading…
Add table
Reference in a new issue