Small template fix

master
Davide Bongiovanni 5 years ago
parent 50c03e582b
commit 6df0ac3dfc

@ -34,7 +34,7 @@
<div class="flex-card">
{% if meal.kuk == "" %}
<img src="{{url_for('static', filename='question.png')}}">
<p>If nobody volunteers,<br><img class="flex-small-thumb" src="{{url_for('static', filename=meal.kuk + '.png')}}" title="{{current_user.name}}" align="middle"> will cook.</p>
<p>If nobody volunteers,<br><img class="flex-small-thumb" src="{{url_for('static', filename=meal.candidate + '.png')}}" title="{{meal.candidate}}" align="middle"> will cook.</p>
<div class="rect-button" onclick="location.href='/volunteer';" style="background-color: #EE7500;">VOLUNTEER</div>
{% else %}
<img src="{{url_for('static', filename=meal.kuk + '.png')}}">

Loading…
Cancel
Save