6 lines
193 B
HTML
6 lines
193 B
HTML
{% extends "wagtailadmin/base.html" %}
|
|
{% load static %}
|
|
|
|
{% block branding_logo %}
|
|
<img src="{% static './images/saburly-logo-w.svg' %}" alt="Saburly Project" width="150" />
|
|
{% endblock %} |