Skip to content
Snippets Groups Projects
Commit d7ab65db authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Stop browser requests for favicon

parent a76e5df3
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
<head>
{% load static %}
{% block headcontents %}
{# remove requests for favicon #}
<link rel="icon" href="data:,">
<link rel="stylesheet" href="{% static "css/style.css" %}" />
<title>GraceDb | {% block title %}{% endblock %}</title>
<!-- START TESTING -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment