summaryrefslogtreecommitdiffstats
path: root/templates/admin/base_site.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/base_site.html')
-rw-r--r--templates/admin/base_site.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html
index 83c59a2..8afd2c9 100644
--- a/templates/admin/base_site.html
+++ b/templates/admin/base_site.html
@@ -1,10 +1,11 @@
{% extends "admin/base.html" %}
{% load i18n %}
+<!-- This overrides a Django-built-in template. Do not delete. -->
{% block title %}{{ title }} | {% trans 'Troggle site admin' %}{% endblock %}
{% block branding %}
-<h1 id="site-name">{% trans 'Troggle administration' %}</h1>
+<h1 id="site-name">{% trans 'Troggle database administration' %}</h1>
{% endblock %}
{% block nav-global %}{% endblock %}