From c452564e21e7ba2d13712b7a7c97cf35bf89bd9b Mon Sep 17 00:00:00 2001 From: oscie Date: Fri, 5 Jul 2024 01:05:01 +0100 Subject: [PATCH] feat: Add Delivery to room data list --- templates/room_data_list.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" %}