mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
12 lines
339 B
HTML
12 lines
339 B
HTML
{% 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 database administration' %}</h1>
|
|
{% endblock %}
|
|
|
|
{% block nav-global %}{% endblock %}
|