From 422ba56b314c4db1ed8469443c14ec45d261dc09 Mon Sep 17 00:00:00 2001 From: "Outrun Colors, LLC" Date: Sat, 28 May 2022 17:24:21 -0500 Subject: [PATCH] Add assets for lottery --- files/templates/comments.html | 1 + files/templates/header.html | 23 +++ files/templates/lottery_modal.html | 210 ++++++++++++++++++++++++ files/templates/submission_listing.html | 1 + 4 files changed, 235 insertions(+) create mode 100644 files/templates/lottery_modal.html diff --git a/files/templates/comments.html b/files/templates/comments.html index 1c5f265b9..3eb32db29 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -7,6 +7,7 @@ {% if v %} {% include "award_modal.html" %} + {% include "lottery_modal.html" %} {% endif %}