|
|
|
@ -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')}}">
|
|
|
|
|