merge-requests/25/head
Bob Mottram 2022-06-03 21:31:42 +01:00
parent ea42c9f1e3
commit 5c248ca369
2 changed files with 2 additions and 3 deletions

View File

@ -14607,8 +14607,7 @@ class PubServer(BaseHTTPRequestHandler):
if '?' in post_day:
post_day = post_day.split('?')[0]
# show the confirmation screen screen
msg = html_calendar_delete_confirm(self.server.css_cache,
translate,
msg = html_calendar_delete_confirm(translate,
base_dir, path,
http_prefix,
domain_full,

View File

@ -35,7 +35,7 @@ from webapp_utils import html_keyboard_navigation
from maps import html_open_street_map
def html_calendar_delete_confirm(css_cache: {}, translate: {}, base_dir: str,
def html_calendar_delete_confirm(translate: {}, base_dir: str,
path: str, http_prefix: str,
domain_full: str, post_id: str,
post_time: str,