diff --git a/shared/static/shared/logo.png b/shared/static/shared/logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..d3e6b92a4e42147f5e62c618d06276848f643e97
Binary files /dev/null and b/shared/static/shared/logo.png differ
diff --git a/ucebnice/templates/admin/base_site.html b/ucebnice/templates/admin/base_site.html
index f76cc4be3ffcf152a033399cb570d3ef464c83ba..420c0688373060d393c0e51d53a5f183abe1bd85 100644
--- a/ucebnice/templates/admin/base_site.html
+++ b/ucebnice/templates/admin/base_site.html
@@ -79,3 +79,11 @@
     }
 </style>
 {% endblock %}
+
+{% block branding %}
+    <h1 id="site-name">
+        <a href="{% url 'admin:index' %}">
+            <img src="{% static 'shared/logo.png' %}" height="40px">
+        </a>
+    </h1>
+{% endblock %}