|
|
@ -4,7 +4,7 @@ |
|
|
|
<head> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
|
|
<link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf.css"%}" /> |
|
|
|
<script src="{% static "/static/korektury/opraf.js"%}"></script> |
|
|
|
<script src="{% static "korektury/opraf.js"%}"></script> |
|
|
|
<title>Korektury {{pdf.nazev}}</title> |
|
|
|
</head> |
|
|
|
<body {% if pdf.status = 'zanaseni'%} class="comitting" {% elif pdf.status = 'zastarale' %} class="deprecated" {% endif %}> |
|
|
|