diff --git a/feer_club/feer/templates/feer/order_detail.html b/feer_club/feer/templates/feer/order_detail.html index 8914eb4..8e1f91f 100755 --- a/feer_club/feer/templates/feer/order_detail.html +++ b/feer_club/feer/templates/feer/order_detail.html @@ -17,7 +17,11 @@ {% for p, c in costs %} {{ p }} - {{ c }} + {{ c }} + {% if not order.updatable and user|stringformat:"s" == p %} + (Pay with MobilePay) + {% endif %} + {% endfor %}