fix: Add favicon-32x32.png as the project favicon
This commit is contained in:
parent
bb5ec4f88c
commit
98dca48b62
|
|
@ -1,6 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<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>
|
||||
|
|
@ -49,3 +50,4 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
{% load static %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue