WIP: Nástroj pro plošné vyrábění problémů #17

Draft
ledoian wants to merge 9 commits from zadavatko_problemu into master
Showing only changes of commit 7969f474d1 - Show all commits

View file

@ -0,0 +1,24 @@
{% extends "base.html" %}
{% block content %}
<h1>
{% block nadpis1a %}
Zadané problémy
{% endblock %}
</h1>
{# Přehled problémů #}
{# TODO: filtr na stavy #}
<table><form>
{% for obj in object_list %}
<tr>
<td>butonek</td>
<td>{{ obj.nazev }}</td>
</tr>
{% endfor %}
</form></table>
<hrule>
{# Přidat problém #}
{% endblock content %}