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

11 lines
216 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' %}">CALL</a>
</h1>
{% endblock %}