dashboard mod.
This commit is contained in:
BIN
db.sqlite3
BIN
db.sqlite3
Binary file not shown.
Binary file not shown.
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 %}
|
||||
6
templates/wagtailadmin/base.html
Normal file
6
templates/wagtailadmin/base.html
Normal 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 %}
|
||||
3
templates/wagtailadmin/home.html
Normal file
3
templates/wagtailadmin/home.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% extends "wagtailadmin/home.html" %}
|
||||
|
||||
{% block branding_welcome %}Welcome to Saburly{% endblock %}
|
||||
10
templates/wagtailadmin/login.html
Normal file
10
templates/wagtailadmin/login.html
Normal 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 %}
|
||||
Reference in New Issue
Block a user