Put favicon (shortcut icon) URL in settings

This commit is contained in:
Valentin Samir
2016-07-30 00:46:57 +02:00
parent fe90b7fed0
commit 3d0f2496dd
3 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<script src="{{settings.CAS_COMPONENT_URLS.html5shiv}}"></script>
<script src="{{settings.CAS_COMPONENT_URLS.respond}}"></script>
<![endif]-->
<link rel="shortcut icon" href="{% static "cas_server/favicon.ico?v=1" %}" />
{% if settings.CAS_FAVICON_URL %}<link rel="shortcut icon" href="{{settings.CAS_FAVICON_URL}}" />{% endif %}
<link href="{% static "cas_server/styles.css" %}" rel="stylesheet">
</head>
<body>