Redefine the site branding for the admin section
This commit is contained in:
10
templates/admin/base_site.html
Normal file
10
templates/admin/base_site.html
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{% extends "admin/base.html" %}
|
||||||
|
{% load i18n %}
|
||||||
|
|
||||||
|
{% block title %}{{ title }} | {% trans 'Django site admin' %}{% endblock %}
|
||||||
|
|
||||||
|
{% block branding %}
|
||||||
|
<h1 id="site-name">Caminus</h1>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block nav-global %}{% endblock %}
|
Reference in New Issue
Block a user