mamweb/mamweb/templates/admin/base_site.html
2022-11-14 21:36:10 +01:00

14 lines
450 B
HTML

{% extends "admin/base.html" %}
{% load static %}
{% block extrahead %}
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
<script src="{% static 'js/jquery-1.11.1.js' %}"></script>
<link href="{% static 'css/rozliseni.css' %}?version=1" rel="stylesheet">
{% endblock %}
{% block bodyclass %}{{ LOCAL_TEST_PROD }}web{% endblock %}
{% block branding %}
<h1 id="site-name"><a href="/"> M&M web </a></h1>
{% endblock %}