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 {{ form.as_table }}
   9 </table>
  10 <input type="submit" value="Odošli" />
  11 </form>
  12 {% 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 16:19:34, 0.0 KB) [[attachment:attack.html]]
  • [get | view] (2009-03-03 15:54:59, 0.2 KB) [[attachment:form.txt]]
  • [get | view] (2009-03-03 16:17:11, 6.5 KB) [[attachment:forms_v1.1.1.tar.gz]]
  • [get | view] (2009-03-03 16:18:13, 2.5 KB) [[attachment:views.py]]
 All files | Selected Files: delete move to page copy to page

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