Compare commits

..

No commits in common. '1061b7c08ea24408a8211a6168b8511ee9c225a2' and 'd0ff0ceb46f83f3b040d7cff931af2dd6ce79c48' have entirely different histories.

@ -49,7 +49,7 @@
<span class="username">{{ eater }}</span>
</div>
{% endfor %}
{% if not current_user.name in meal.eaters and current_user.name != meal.kuk %}
{% if not current_user.name in eaters and current_user.name != meal.kuk %}
<div class="flex-card" style="background: none; box-shadow: none">
<div class="round-button" onclick="location.href='/addme?meal={{meal.id}}';"><i class="fa fa-plus" aria-hidden="true"></i></div>
<span>Add me</span>

Loading…
Cancel
Save