forked from expo/troggle
[svn] Replace "django" with "troggle" in admin
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8080 by aaron @ 12/7/2008 10:18 PM
This commit is contained in:
parent
469a520e5c
commit
47604b1db2
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 'Troggle site admin' %}{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<h1 id="site-name">{% trans 'Troggle administration' %}</h1>
|
||||
{% endblock %}
|
||||
|
||||
{% block nav-global %}{% endblock %}
|
Loading…
Reference in New Issue
Block a user