Commit 39e2ff22 by David Villalba

Nombre corto en el recetario.

parent 1c12711f
...@@ -12,7 +12,37 @@ ...@@ -12,7 +12,37 @@
</div> </div>
<div class="content text-center pb40"> <div class="content text-center pb40">
Texto recomendaciones de comidas para el menú
{#BLOQUE DESAYUNO #}
{#intro#}
{{ menu.recBreakfastBase|raw }}
{#opciones#}
{{ menu.recBreakfastExt|raw }}
{#BLOQUE MEDIA MAÑANA#}
{#intro#}
{{ menu.recMorningBase|raw }}
{#optiones#}
{{ menu.recMorningExt|raw }}
{#BLOQUE MERIENDA#}
{#intro#}
{{ menu.recAfternoonBase|raw }}
{#opciones#}
{{ menu.recAfternoonExt|raw }}
{#Bloque Consejos genneral#}
{#intro#}
{{ menu.rec1GeneralBase|raw }}
{#opciones#}
{{ menu.recGeneralExt|raw }}
</div> </div>
</div> </div>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<a href="{{ url('receta-detalle/update/'~recipe.id) }}"> <a href="{{ url('receta-detalle/update/'~recipe.id) }}">
<div class="black-overlay"> <div class="black-overlay">
<div class="text-receta-and-articulo-item-list"> <div class="text-receta-and-articulo-item-list">
<h2><b>{{ recipe.name }}</b></h2> <h2><b>{{ recipe.shortName }}</b></h2>
<p>{{ recipe.excerpt}}</p> <p>{{ recipe.excerpt}}</p>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment