diff --git a/templates/room_data_list.html b/templates/room_data_list.html index 0770d883..b739b323 100644 --- a/templates/room_data_list.html +++ b/templates/room_data_list.html @@ -23,7 +23,10 @@ {# missing types 1 and 4, coupon and delivery #} - {% if type == "Voting" %} + {% if type == "Delivery" %} + {# 1, smp #} + Delivery Title ・ {{ data.data['smp']['smptitle'] }} + {% elif type == "Voting" %} {# 2, enq #} Poll Title ・ {{ data.data['enq']['enqtitle'] }}
Question ・ {{ data.data['enq']['enqq'] }}
Mii Message ・ {{ data.data['enq']['enqmsginfo']['enqmsg'] }}
Choices ・ {{ data.data['enq']['enqa'] }} {% elif type == "Movie" %}