Pohrobek splitu semináře (předchozího merge)

This commit is contained in:
Jonas Havelka 2024-10-24 11:21:43 +02:00
parent 8c71d71094
commit b0988acac5
2 changed files with 2 additions and 2 deletions

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']