Mathematik
Wednesday, December 17th, 2008Erster Hauptsatz über die praktische Bedeutung von Schul-/Universitäts-Mathematik:
Wenn man eine kubische Gleichung lösen soll, ist eine der Nullstellen immer -1, 0 oder 1.
Erster Hauptsatz über die praktische Bedeutung von Schul-/Universitäts-Mathematik:
Wenn man eine kubische Gleichung lösen soll, ist eine der Nullstellen immer -1, 0 oder 1.
I just spent 2 hours to find a way to set the value of a tw HiddenField. Unfortunately the author did not think, it would be a good thing to mention such nonrelevant tasks in the documentation.
To save you searching for yourself:
options = {’form_name’ : {’attrs’ : {’value’:'your_value’}}}
Later in the template to show your form:
${tmpl_context.form(child_args=options)}