|
@ -4,6 +4,7 @@ |
|
|
<head> |
|
|
<head> |
|
|
<title>{% block title %}Seminář M&M{% endblock title %}</title> |
|
|
<title>{% block title %}Seminář M&M{% endblock title %}</title> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
|
|
|
|
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon"> |
|
|
{% render_block "css" %} |
|
|
{% render_block "css" %} |
|
|
<link href="{% static 'css/bootstrap-theme.css' %}" rel="stylesheet"> |
|
|
<link href="{% static 'css/bootstrap-theme.css' %}" rel="stylesheet"> |
|
|
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet"> |
|
|
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet"> |
|
|