mirror of https://github.com/snachodog/mybuddy.git
12 lines
310 B
HTML
12 lines
310 B
HTML
{% extends "admin/base.html" %}
|
|
{% load i18n %}
|
|
{% block title %}
|
|
{{ title }} | {% trans "Database Admin" %}
|
|
{% endblock %}
|
|
{% block branding %}
|
|
<h1 id="site-name">
|
|
<a href="{% url 'admin:index' %}">{% trans "Database Admin" %}</a>
|
|
</h1>
|
|
{% endblock %}
|
|
{% block nav-global %}{% endblock %}
|