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

Binary file not shown.

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 %}

View File

@@ -0,0 +1,6 @@
{% extends "wagtailadmin/base.html" %}
{% load static %}
{% block branding_logo %}
<img src="{% static './images/saburly-logo-w.svg' %}" alt="Saburly Project" width="150" />
{% endblock %}

View File

@@ -0,0 +1,3 @@
{% extends "wagtailadmin/home.html" %}
{% block branding_welcome %}Welcome to Saburly{% endblock %}

View File

@@ -0,0 +1,10 @@
{% extends "wagtailadmin/login.html" %}
{% load static %}
{% block branding_login %}
<img src="{% static './images/saburly-logo-w.svg' %}" alt="Saburly Project" width="200" height="150" />
{% endblock %}
{% block branding_logo %}
<p> </p>
{% endblock %}