forked from indymedia/epicyon
Show happenings on first inbox page
parent
3dbc7de8d3
commit
83902b451a
|
@ -2960,8 +2960,8 @@ def htmlTimeline(defaultTimeline: str, \
|
||||||
# add the javascript for content warnings
|
# add the javascript for content warnings
|
||||||
tlStr+='<script>'+contentWarningScript()+'</script>'
|
tlStr+='<script>'+contentWarningScript()+'</script>'
|
||||||
|
|
||||||
# show todays events button
|
# show todays events buttons on the first inbox page
|
||||||
if boxName=='inbox':
|
if boxName=='inbox' and pageNumber==1:
|
||||||
if todaysEventsCheck(baseDir,nickname,domain):
|
if todaysEventsCheck(baseDir,nickname,domain):
|
||||||
now=datetime.now()
|
now=datetime.now()
|
||||||
tlStr+= \
|
tlStr+= \
|
||||||
|
|
Loading…
Reference in New Issue