diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index 34b06f60..ec7a70e9 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -1,4 +1,4 @@ -{% load cms_tags staticfiles sekizai_tags menu_tags %} +{% load staticfiles sekizai_tags %}
@@ -12,7 +12,6 @@ - {% cms_toolbar %}Text problému %s.%s %s [id %d] za %d body.
" % + (p.cislo_zadani.kod(), p.kod, p.nazev, p.id, p.body)) + p.text_problemu_org = u"Neveřejný text problému.
" + p.save() for resi in range(rnd.randint(0, 7)): res = Reseni.objects.create(problem = p, resitel = rnd.choice(Resitel.objects.all()),