Simplify food builder wording in forms
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
{% if kind == 'food' %}
|
||||
<label>
|
||||
Passt eher zu
|
||||
Baustein
|
||||
<select name="base_type">
|
||||
{% for value, label in builder_options %}
|
||||
<option value="{{ value }}" {% if form_data.base_type == value %}selected{% endif %}>{{ label }}</option>
|
||||
@@ -232,7 +232,7 @@
|
||||
<input type="text" name="quick_food_name" value="{{ form_data.quick_food_name }}" placeholder="z. B. Hüttenkäse">
|
||||
</label>
|
||||
<label>
|
||||
Passt eher zu
|
||||
Baustein
|
||||
<select name="quick_food_base_type">
|
||||
{% for value, label in builder_options %}
|
||||
<option value="{{ value }}" {% if form_data.quick_food_base_type == value %}selected{% endif %}>{{ label }}</option>
|
||||
|
||||
Reference in New Issue
Block a user