mirror of https://github.com/snachodog/mybuddy.git
11 lines
287 B
HTML
11 lines
287 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 %}
|