mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 20:44:55 +00:00
Add custom template "base_site.html" for django admin
This commit is contained in:
parent
f97b6f953a
commit
4a2de846b5
10
web/templates/admin/base_site.html
Normal file
10
web/templates/admin/base_site.html
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{% extends "admin/base.html" %}
|
||||||
|
{% load i18n %}
|
||||||
|
|
||||||
|
{% block title %} {% trans 'py-i2phosts | admin' %}{% endblock %}
|
||||||
|
|
||||||
|
{% block branding %}
|
||||||
|
<h1 id="site-name">{% trans 'py-i2phosts administration console' %}</h1>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block nav-global %}{% endblock %}
|
Loading…
x
Reference in New Issue
Block a user