File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ Copyright (C) 2024-2026 Calibre-Web Automated contributors
312312- zhiyue (1 commits)
313313# Fork Contributors (crocodilestick/calibre-web-automated)
314314
315- - crocodilestick (886 commits)
315+ - crocodilestick (896 commits)
316316- jmarmstrong1207 (73 commits)
317317- demitrix (30 commits)
318318- sirwolfgang (29 commits)
@@ -368,6 +368,7 @@ Copyright (C) 2024-2026 Calibre-Web Automated contributors
368368- gx1400 (1 commits)
369369- halkeye (1 commits)
370370- have-a-boy (1 commits)
371+ - helmerzNL (1 commits)
371372- Hobogrammer (anon) (1 commits)
372373- HotGarbo (1 commits)
373374- imajes (1 commits)
Original file line number Diff line number Diff line change 2222# custom error page
2323
2424def error_http (error ):
25- headers = {'WWW-Authenticate' : 'Basic realm="calibre-web"' } if error .code == 401 else {}
25+ headers = {'WWW-Authenticate' : f 'Basic realm="{ config . config_calibre_web_title or " calibre-web-automated" } "' } if error .code == 401 else {}
2626 return render_template ('http_error.html' ,
2727 error_code = "Error {0}" .format (error .code ),
2828 error_name = error .name ,
You can’t perform that action at this time.
0 commit comments