medicine-mts/appa/templates/admin/base_site.html

11 lines
227 B
HTML

{% extends "admin/base_site.html" %}
{% load static %}
{% block title %}{{ title }} | CALL{% endblock %}
{% block branding %}
<h1 id="site-name">
<a href="{% url 'admin:index' %}">Medicine.Amniss</a>
</h1>
{% endblock %}