Browse Source

Add custom template "base_site.html" for django admin

pull/1/head
Hidden Z 14 years ago
parent
commit
4a2de846b5
  1. 10
      web/templates/admin/base_site.html

10
web/templates/admin/base_site.html

@ -0,0 +1,10 @@ @@ -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…
Cancel
Save