Skip to content
Snippets Groups Projects

Vylepšení výsledkové listiny

Merged Martin Mareš requested to merge mj/vysledky-p into devel
4 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -4,6 +4,9 @@
<title>Odevzdávací systém MO: {% block title %}{% endblock %}</title>
<link rel=stylesheet href="{{ asset_url('bootstrap.min.css') }}" type='text/css' media=all>
<link rel=stylesheet href="{{ asset_url('mo.css') }}" type='text/css' media=all>
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='img/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='img/favicon-16x16.png') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='img/favicon.ico') }}">
{% block head %}{% endblock %}
</head>
<body>
Loading