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