You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
451 B
HTML
14 lines
451 B
HTML
<p>There are 3 trees that offer dream services.</p>
|
|
<p>Which tree do you prefer to dream with?</p>
|
|
<p>Please choose one:</p>
|
|
|
|
<form method="POST" action="/generate">
|
|
<input type="hidden" name="location" value="{{ location }}" />
|
|
|
|
<ul>
|
|
{% for tree in trees %}
|
|
<li><input type="radio" name="tree" value="{{ loop.index0 }}"> {{ tree }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
<input type="submit" value="Generate dreams"/>
|
|
</form> |