add: polls backend

TODO: polls frontend
This commit is contained in:
trisua 2025-06-03 23:35:34 -04:00
parent b5e060e8ae
commit 4dfa09207e
18 changed files with 574 additions and 17 deletions

View file

@ -522,9 +522,9 @@
("class" "card flex flex-col gap-2")
(text "{% if is_supporter -%}")
(p
(text "You")
(text "You ")
(b
(text "are"))
(text "are "))
(text "a supporter! Thank you for all
that you do. You can manage your billing
information below.")
@ -539,9 +539,9 @@
(text "Manage billing"))
(text "{% else %}")
(p
(text "You're")
(text "You're ")
(b
(text "not"))
(text "not "))
(text "currently a supporter! No
pressure, but it helps us do some pretty cool
things! As a supporter, you'll get:"))