Reminder link

main
Bob Mottram 2022-12-02 17:27:55 +00:00
parent 07c551a639
commit 3fa9cad394
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?newreminder?month=' + \
'<a href="' + cal_actor + '/newreminder?month=' + \
str(month_number) + ';year=' + str(year) + '" tabindex="2"> ' + \
translate['Add to the calendar'] + '</a>\n</p>\n</center>\n'