fix: Update favicon path and remove duplicate static directory
This commit is contained in:
parent
4a760bb76c
commit
1697e7b955
|
|
@ -2,7 +2,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="icon" type="image/png" href="{% static 'leads/favicon-32x32.png' %}">
|
||||
<link rel="icon" type="image/png" href="{% static 'favicon-32x32.png' %}">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{% block title %}Leads Management{% endblock %}</title>
|
||||
|
|
|
|||
|
|
@ -131,7 +131,6 @@ STATIC_ROOT = BASE_DIR / 'staticfiles'
|
|||
|
||||
STATICFILES_DIRS = [
|
||||
BASE_DIR / 'static',
|
||||
BASE_DIR / 'leads' / 'static',
|
||||
]
|
||||
|
||||
# Default primary key field type
|
||||
|
|
|
|||
Loading…
Reference in a new issue