better appadmin, thanks Anthony
This commit is contained in:
@@ -130,7 +130,7 @@ def csv(value):
|
||||
def ics(events, title=None, link=None, timeshift=0, calname=True,
|
||||
**ignored):
|
||||
import datetime
|
||||
title = title or '(unkown)'
|
||||
title = title or '(unknown)'
|
||||
if link and not callable(link):
|
||||
link = lambda item, prefix=link: prefix.replace(
|
||||
'[id]', str(item['id']))
|
||||
|
||||
Reference in New Issue
Block a user