fix: Update favicon path and remove duplicate static directory

This commit is contained in:
Lord_Devi 2024-09-20 18:52:40 -04:00
parent 4a760bb76c
commit 1697e7b955
2 changed files with 1 additions and 2 deletions

View file

@ -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>

View file

@ -131,7 +131,6 @@ STATIC_ROOT = BASE_DIR / 'staticfiles'
STATICFILES_DIRS = [
BASE_DIR / 'static',
BASE_DIR / 'leads' / 'static',
]
# Default primary key field type