Skip to content

Commit

Permalink
Add a favicon to the administration site
Browse files Browse the repository at this point in the history
Helps sorting out which tabs are on the site.
  • Loading branch information
francoisfreitag committed Jun 27, 2024
1 parent 5000daa commit 8eaee67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions itou/templates/admin/base_site.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "admin/base.html" %}
{% load static %}
{% load theme_inclusion %}

{% block title %}{{ title }} | Les emplois de l'inclusion{% endblock %}

Expand All @@ -12,6 +13,7 @@ <h1 id="site-name">
{% block nav-global %}{% endblock %}

{% block extrahead %}
<link rel="shortcut icon" href="{% static_theme_images "favicon.ico" %}" type="image/ico">
<style>
input[type=radio] {
-webkit-appearance: none;
Expand Down

0 comments on commit 8eaee67

Please sign in to comment.