Skip to content

Commit

Permalink
Add a favicon fixes kiwitcms#532
Browse files Browse the repository at this point in the history
  • Loading branch information
ivo0126 committed Jan 15, 2019
1 parent c804a63 commit 8839422
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Binary file added tcms/static/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions tcms/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<html class="{% block html_class%}{% endblock %}" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}" type='image/x-icon'>
<title>Kiwi TCMS - {% block title %}{% trans "the leading open source test case management system" %}{% endblock %}</title>
{% include 'patternfly.html' %}
{% block head %}{% endblock %}
Expand Down
1 change: 1 addition & 0 deletions tcms/templates/tcms_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="Content-Language" content="utf-8" />

<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}" type='image/x-icon'>
<link rel="stylesheet" type="text/css" href="{% static 'style/jquery/ui/cupertino/jquery-ui-1.8.20.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'style/base.css' %}" media="screen" />
<link rel="stylesheet" type="text/css" href="{% static 'style/print.css' %}" media="print" />
Expand Down

0 comments on commit 8839422

Please sign in to comment.