|
|
@ -37,7 +37,7 @@
|
|
|
|
<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>
|
|
|
|
<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>
|
|
|
|
<div class="rect-button" onclick="location.href='/volunteer';" style="background-color: #EE7500;">VOLUNTEER</div>
|
|
|
|
{% else %}
|
|
|
|
{% else %}
|
|
|
|
<img src="{{url_for('static', filename=meal.kuk + '.png')}}">
|
|
|
|
<img src="{{url_for('static', filename=meal.kuk + '.png')}}" class="flex-thumb">
|
|
|
|
<span class="username">{{ meal.kuk }}</span>
|
|
|
|
<span class="username">{{ meal.kuk }}</span>
|
|
|
|
<div class="rect-button" style="background-color: #8faf38; cursor: default;">CONFIRMED</div>
|
|
|
|
<div class="rect-button" style="background-color: #8faf38; cursor: default;">CONFIRMED</div>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|