Skip to content

Commit 9643d38

Browse files
committed
fix default favicon
1 parent 1cf47c8 commit 9643d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

users/default_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PUBLIC_URL = 'http://members.python.or.id'
1313

1414
# PROJECT_FAVICON_FILE: Path to project favicon file
15-
PROJECT_FAVICON_FILE = '/users/static/img/favicon.png'
15+
PROJECT_FAVICON_FILE = '/static/img/favicon.png'
1616

1717
# PATH TO SQLITE DB
1818
SQLITE_DB_PATH = os.path.abspath(

0 commit comments

Comments
 (0)