|
@ -39,6 +39,7 @@ class HromadnePridaniView(FormView): |
|
|
def get_context_data(self, **kwargs): |
|
|
def get_context_data(self, **kwargs): |
|
|
context = super().get_context_data() |
|
|
context = super().get_context_data() |
|
|
context["nadpis"] = "Hromadné přidání úloh" |
|
|
context["nadpis"] = "Hromadné přidání úloh" |
|
|
|
|
|
context["form_url"] = "hromadne_pridani" |
|
|
return context |
|
|
return context |
|
|
|
|
|
|
|
|
def form_valid(self, form): |
|
|
def form_valid(self, form): |
|
|