dashboard mod.
This commit is contained in:
8
templates/wagtailadmin/admin_base.html
Normal file
8
templates/wagtailadmin/admin_base.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user