mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Merge branch 'mailing' into 'master'
mailing: Oups, forgot some \n in mailing format that I couldn't see at the first time See merge request !103
This commit is contained in:
commit
5e8ae83cf2
@ -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