Skip to content

Commit

Permalink
feat: Add Delivery to room data list
Browse files Browse the repository at this point in the history
  • Loading branch information
oscie57 committed Jul 5, 2024
1 parent c735c14 commit c452564
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/room_data_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@

{# missing types 1 and 4, coupon and delivery #}

{% if type == "Voting" %}
{% if type == "Delivery" %}
{# 1, smp #}
<td>Delivery Title ・ {{ data.data['smp']['smptitle'] }}</td>
{% elif type == "Voting" %}
{# 2, enq #}
<td>Poll Title ・ {{ data.data['enq']['enqtitle'] }}<br/>Question ・ {{ data.data['enq']['enqq'] }}<br/>Mii Message ・ {{ data.data['enq']['enqmsginfo']['enqmsg'] }}<br/>Choices ・ {{ data.data['enq']['enqa'] }}</td>
{% elif type == "Movie" %}
Expand Down

0 comments on commit c452564

Please sign in to comment.