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

Draft
ledoian wants to merge 9 commits from zadavatko_problemu into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b0988acac5 - Show all commits

View file

@ -3,7 +3,7 @@ from django.shortcuts import render
def zadavatkoProblemuView(req, problem=None): def zadavatkoProblemuView(req, problem=None):
template_name = 'seminar/org/vyroba_problemu.html' template_name = 'tvorba/org/vyroba_problemu.html'
if req.method == 'POST': if req.method == 'POST':
cilovy_stav = req.POST['akce'] cilovy_stav = req.POST['akce']