Skip to content
Snippets Groups Projects
Commit 53b2e330 authored by Alexa Valentová's avatar Alexa Valentová
Browse files

Add new field to makeawish

parent 47fe3c20
No related branches found
No related tags found
2 merge requests!1297Add new field to makeawish,!1296Add new field to makeawish
Pipeline #20926 passed
......@@ -55,6 +55,20 @@
required
></textarea>
<div class="w-full pt-5">
<select
class="bg-grey-150 font-alt p-3 text-3xl flex-1 w-full"
placeholder="Kraj"
name="kraj"
id="id_kraj"
required
>
{% for option in form.kraj.field.choices %}
<option value="{{ option.0 }}">{{ option.1 }}</option>
{% endfor %}
</select>
</div>
<div class="flex xl:gap-6 gap-4 justify-center mt-4 xl:flex-row flex-col">
<input
type="text"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment