Attachment 'form.txt'

Download

   1 {% extends "base.html" %}
   2 {% block nadpis %}
   3 Formulár
   4 {% endblock %}
   5 {% block obsah %}
   6 <form action="/form/" method="POST">
   7 <table id=border>
   8 <tr>
   9 <th>
  10 Operandy:
  11 </th>
  12 <td>{{ form.operand1.errors }}{{ form.operand1 }}</td>
  13 <td>{{ form.operand2.errors }}{{ form.operand2 }}</td>
  14 </tr>
  15 <tr>
  16 <th>Operácia</th>
  17 <td colspan="2">{{ form.operation.errors }}{{ form.operation }} </td>
  18 </tr>
  19 </table>
  20 <input type="submit" value="Odošli" />
  21 </form>
  22 {% 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]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.