start work on cms customisations

This commit is contained in:
bkfox 2017-05-08 23:01:29 +02:00
parent 5fabe16429
commit 4f0beec7a1
2 changed files with 6203 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,6 @@
{% extends "wagtailadmin/base.html" %}
{% load wagtailadmin_tags wagtailcore_tags staticfiles i18n %}
{% block branding_logo %}
<img class="wagtail-logo" src="{% static 'aircox/images/logo.png' %}" alt="Aircox" />
{% endblock %}