mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
fix CUSTOM_TEMPLATES_DIR loading
This commit is contained in:
@@ -567,7 +567,7 @@ def printable_folder_status(name: str, folder: Dict) -> str:
|
||||
else:
|
||||
color, symbol, note, num_files = 'red', 'X', 'invalid', '?'
|
||||
else:
|
||||
color, symbol, note, num_files = 'lightyellow', '-', 'unused', '-'
|
||||
color, symbol, note, num_files = 'grey53', '-', 'unused', '-'
|
||||
|
||||
|
||||
if folder['path']:
|
||||
|
||||
Reference in New Issue
Block a user