From 8f9ced1f345895550c0c42b007a3f08bfeb09fee Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Thu, 26 Sep 2019 16:29:29 +0200 Subject: [PATCH] block favicon can be completely be overridden --- .../templates/basetheme_bootstrap/basePasteur.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html index c3de26d..d81230e 100644 --- a/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html +++ b/basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html @@ -8,7 +8,7 @@ <title>{% block title %}{% endblock %}</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <link rel="icon" href="{% block favicon %}/static/img/favicon.png{% endblock %}"> + {% block favicon %}<link rel="icon" href="/static/img/favicon.png">{% endblock %} <!-- Bootstrap core CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" -- GitLab