Tag pro odkazy na poslání mailu #22

Merged
ledoian merged 7 commits from maillink into master 2023-02-06 22:02:00 +01:00
Showing only changes of commit ff996c2924 - Show all commits

View file

@ -235,8 +235,8 @@ class DetailReseniView(DetailView):
def get_context_data(self, **kw): def get_context_data(self, **kw):
self.check_access() self.check_access()
ctx = super().get_context_data(**kw) ctx = super().get_context_data(**kw)
hodnoceni = self.aktualni_hodnoceni() detaily_hodnoceni = self.aktualni_hodnoceni()
ctx["hodnoceni"] = hodnoceni ctx["hodnoceni"] = detaily_hodnoceni
return ctx return ctx
def get(self, request, *args, **kwargs): def get(self, request, *args, **kwargs):