1
0
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:
Hidden Z 2010-10-29 18:51:17 +00:00
parent f97b6f953a
commit 4a2de846b5

View 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 %}