mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-06-25 14:31:28 +02:00
fix error identation
This commit is contained in:
parent
0e78076359
commit
718a1fb4bc
@ -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…
x
Reference in New Issue
Block a user