Attachment 'form.txt'
Download{% extends "base.html" %} {% block nadpis %} Formulár {% endblock %} {% block obsah %} <form action="/form/" method="POST"> <table id=border> <tr> <th> Operandy: </th> <td>{{ form.operand1.errors }}{{ form.operand1 }}</td> <td>{{ form.operand2.errors }}{{ form.operand2 }}</td> </tr> <tr> <th>Operácia</th> <td colspan="2">{{ form.operation.errors }}{{ form.operation }} </td> </tr> </table> <input type="submit" value="Odošli" /> </form> {% endblock %}
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.- [get | view] (2009-03-03 21:30:03, 0.4 KB) [[attachment:form.txt]]
- [get | view] (2009-03-03 21:30:40, 6.6 KB) [[attachment:forms_v2.0.tar.gz]]
You are not allowed to attach a file to this page.