mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
mailing: Oups, forgot some \n in mailing format that I couldn't see at the first time
This commit is contained in:
parent
b0ce8b1b83
commit
1f8b035558
@ -59,5 +59,5 @@ def FetchMailingLists(request):
|
||||
raise PermissionDenied
|
||||
data = ''
|
||||
for mailing in Mailing.objects.filter(is_moderated=True).all():
|
||||
data += mailing.fetch_format()
|
||||
data += mailing.fetch_format() + "\n"
|
||||
return Response(data)
|
||||
|
Loading…
Reference in New Issue
Block a user