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

11 lines
220 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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