add: polls backend
TODO: polls frontend
This commit is contained in:
parent
b5e060e8ae
commit
4dfa09207e
18 changed files with 574 additions and 17 deletions
|
@ -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:"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue