Pastebin

Paste #3176: No description

< previous paste - next paste>

Pasted by Anonymous Coward

Download View as text

<form action="/match" method="POST" class="searchform" name="searchform">
  {{form.hidden_tag()}}
  <p>
  {{ gettext("Indtast mål på din fod") }}
  </p>
  {{form.age_group.label( gettext("Aldersgruppe") ) }}
  <ul class="radio">
    {{form.age_group(class="radio") }}
    {% for error in form.errors.age_group %}
    <span class="form_error">[{{error}}]</span>
    {% endfor %}
  </ul>

  <br />

  {{form.product_sex.label( gettext("Køn") ) }}
  {{form.product_sex(class="radio") }}
  {% for error in form.errors.product_sex %}
  <span class="form_error">[{{error}}]</span>
  {% endfor %}

  <br />

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.