Reminder link

main
Bob Mottram 2022-12-02 17:24:58 +00:00
parent e10e7ab834
commit 07c551a639
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ def html_calendar(person_cache: {}, translate: {},
new_event_str = \
'<br><center>\n<p>\n' + \
'<a href="' + cal_actor + '/newreminder?month=' + \
'<a href="' + cal_actor + '/newreminder?newreminder?month=' + \
str(month_number) + ';year=' + str(year) + '" tabindex="2"> ' + \
translate['Add to the calendar'] + '</a>\n</p>\n</center>\n'