Align navigation and calm supporting copy across views

This commit is contained in:
2026-04-13 17:55:31 +02:00
parent a810162221
commit f17ab27c2e
8 changed files with 64 additions and 16 deletions
+9
View File
@@ -109,6 +109,15 @@
Ausgewogen bleibt offen. Fitness denkt stärker in proteinbetont und eher leicht. Proteinbetont priorisiert Eiweiß, ohne extra leicht zu werden.
</small>
</label>
<label>
Proteinquellen eher
<select name="protein_preference">
{% for value, label in protein_preference_options %}
<option value="{{ value }}" {% if user_settings.protein_preference == value %}selected{% endif %}>{{ label }}</option>
{% endfor %}
</select>
<small class="helper-text">Hilft dabei, Fleisch und Fisch bei Bedarf leiser mitzudenken, ohne sie ganz auszuschließen.</small>
</label>
</fieldset>
<fieldset>