mirror of https://gitlab.com/bashrc2/epicyon
				
				
				
			Tidying
							parent
							
								
									ea42c9f1e3
								
							
						
					
					
						commit
						5c248ca369
					
				| 
						 | 
				
			
			@ -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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue