dashboard mod.

This commit is contained in:
2024-09-12 17:23:00 +02:00
parent 433481e30e
commit 8c109d6712
6 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{% extends "wagtailadmin/admin_base.html" %}
{% load static %}
{% block branding_favicon %}
<link rel="shortcut icon" type="image/png" href="{% static './images/favicon32.png' %}">
{% endblock %}
{% block branding_title %}Saburly CMS{% endblock %}