diff --git a/AKPlan/templates/AKPlan/plan_wall.html b/AKPlan/templates/AKPlan/plan_wall.html
index 3769984e2229e103a3f6d766293ae4eedbcc66e9..97f266acac27c0c9e8d1c625536236728b7080b6 100644
--- a/AKPlan/templates/AKPlan/plan_wall.html
+++ b/AKPlan/templates/AKPlan/plan_wall.html
@@ -17,7 +17,7 @@
     {% bootstrap_javascript jquery='slim' %}
     {% fontawesome_5_static %}
 
-    <link rel="icon" type="image/svg+xml" href="{% static 'common/images/logo.svg' %}">
+    <link rel="icon" type="image/svg+xml" href="{% if debug %}{% static 'common/images/logo-dev.svg' %}{% else %}{% static 'common/images/logo.svg' %}{% endif %}">
     <link rel="stylesheet" href="{% static 'common/css/custom.css' %}">
 
     {% get_current_language as LANGUAGE_CODE %}
diff --git a/templates/base.html b/templates/base.html
index e053eb5095d9df40bc3e4a52afc6ef5f4c8fb622..eca627cee555a80832db7a3ad4d4450d181c24b5 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -17,7 +17,7 @@
     {% bootstrap_javascript jquery='slim' %}
     {% fontawesome_5_static %}
 
-    <link rel="icon" type="image/svg+xml" href="{% static 'common/images/logo.svg' %}">
+    <link rel="icon" type="image/svg+xml" href="{% if debug %}{% static 'common/images/logo-dev.svg' %}{% else %}{% static 'common/images/logo.svg' %}{% endif %}">
     <link rel="stylesheet" href="{% static 'common/css/custom.css' %}">
 
     <script type='text/javascript'>