Velké sedování :-)
@ -1,6 +1,6 @@
{% extends "base.html" %}
{% load staticfiles %}
{% load static %}
{% block title %} Nápověda ke korekturovátku {% endblock title %}
@ -1,4 +1,4 @@
<html>
<head>
@ -1,5 +1,5 @@
{% block script%}
<link rel="stylesheet" type="text/css" media="screen, projection" href="{% static "korektury/opraf-list.css" %}" />
{% extends "error_base.html" %}
{% block errorheading %}
O-jo-jo-jo-joj
Vrrrrrrrrr
Požadovaná stránka nenalezena
{% extends "admin/base.html" %}
{% block extrahead %}
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
{% load staticfiles sekizai_tags %}
{% load static sekizai_tags %}
{% load sitetree %}
<!DOCTYPE html>
<html lang='cs'>
<img class="logo"
{% for item in sitetree_items %}
{% if item.is_active or item.in_current_branch %}
{% block script %}
<script src="{% static 'odevzdavatko/dynamic_formsets.js' %}"></script>
{% endblock %}
<!--script type="text/javascript" src="{% static 'admin/js/vendor/jquery/jquery.js' %}"></script!-->
{{form.media}}
{% block content %}
<script src="{% static 'personalni/prihlaska.js' %}"></script>
@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load humanize %}
{% autoescape off %}
{% load tex %}
\documentclass[11pt,a4paper,landscape]{article}
\usepackage[top=3.75cm,left=8cm]{geometry}
<h1>
@ -10,7 +10,7 @@ function sousdeadline() {
{% extends "seminar/archiv/base.html" %}
{% load sekizai_tags %}
{# toto z nejakeho duvodu nefunguje #}