Skip to content

Commit

Permalink
Merge pull request #53 from Sebastien-M/GH-45
Browse files Browse the repository at this point in the history
closes #53
  • Loading branch information
Sebastien-M authored Jul 7, 2019
2 parents f3011ff + 43e59ed commit 3835cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion food2/app/templates/app/pages/week_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h4>{% trans "Menu de la semaine" %}</h4>

{% for day_name, day_recipe in week_menu.items %}
<div class="col m6 s12 center-block">
<div class="card bg-light amber lighten-5" style="min-height: 230px;">
<div class="card bg-light grey lighten-3" style="min-height: 230px;">
<div class="card-header">{% trans day_name %} {{ day_recipe.date|recipe_date_str_to_date }}</div>
<div class="card-action center-align">
{% if day_recipe.recipe %}
Expand Down

0 comments on commit 3835cad

Please sign in to comment.