8 lines
253 B
HTML
8 lines
253 B
HTML
{% 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 %} |