mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
Point REST API favicon at the one the UI uses
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
@@ -9,7 +9,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block style %}
|
||||
<link href="{% static 'favicon.ico' %}?v={{tower_version}}" rel="shortcut icon" />
|
||||
<link href="{% static 'media/favicon.ico' %}?v={{tower_version}}" rel="shortcut icon" />
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user