Skip to content

Commit

Permalink
feat: Properly render room type coupon
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli committed Jun 30, 2024
1 parent e4b10a6 commit 7755d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/room_data_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
{% elif type == "Movie" %}
{# 3, mov #}
<td>Movie Title ・ {{ data.data['mov']['title'] }}<br/>Movie ID ・ {{ data.data['mov']['movieid'] }}</td>
{% elif type == "Coupon" %}
{# 4, coupon #}
<td>Coupon Title ・ {{ data.data['coup']['couptitle'] }}<br/>Coupon ID ・ {{ data.data['coup']['coupid'] }}</td>
{% elif type == "Website Link" %}
{# 5, link #}
<td>Link Title ・ {{ data.data['link']['linktitle'] }}<br/>URL ・ {{ data.data['link']['linkurl'] }}</td>
Expand Down

0 comments on commit 7755d56

Please sign in to comment.