Added plan meal button

master
Davide Bongiovanni 5 years ago
parent 8abd54e9d2
commit c2c3b2b4cb

@ -116,7 +116,7 @@ h2 {
width: 80px;
height: 80px;
border-radius: 40px;
font-size: 48px;
font-size: 42px;
margin: 16px 20px;
}

@ -44,6 +44,11 @@
<span>{% if meal.selection_deadline != 'Deadline passed' %}Confirmed in {% endif %}{{meal.selection_deadline}}</span>
</div>
{% endfor%}
<h2> &nbsp; </h2>
<div class="flex-card" style="background: none; box-shadow: none">
<div class="round-button" onclick="location.href='/mealplanner';"><i class="fa fa-calendar" aria-hidden="true"></i></div>
<span><b>Plan new meal</b></span>
</div>
</div>
<div class="user-card">
{% if current_user.is_authenticated %}

Loading…
Cancel
Save