add: better stripe endpoint
This commit is contained in:
parent
227cd3d2ac
commit
fdaa81422a
15 changed files with 118 additions and 778 deletions
|
@ -2362,7 +2362,7 @@
|
|||
(sup (a ("href" "#footnote-1") (text "1"))))
|
||||
(text "{%- endif %}"))
|
||||
(a
|
||||
("href" "{{ config.stripe.payment_link }}?client_reference_id={{ user.id }}")
|
||||
("href" "{{ config.stripe.payment_links.supporter }}?client_reference_id={{ user.id }}")
|
||||
("class" "button")
|
||||
("target" "_blank")
|
||||
(text "Become a supporter ({{ config.stripe.supporter_price_text }})"))
|
||||
|
|
|
@ -20,7 +20,11 @@
|
|||
(div
|
||||
("class" "card flex flex-col gap-2")
|
||||
(span
|
||||
("class" "fade")
|
||||
(text "{{ text \"auth:label.private_profile_message\" }}"))
|
||||
(span
|
||||
("class" "no_p_margin")
|
||||
(text "{{ profile.settings.private_biography|markdown|safe }}"))
|
||||
(div
|
||||
("class" "card w-full secondary flex gap-2")
|
||||
(text "{% if user -%} {% if not is_following -%}")
|
||||
|
|
|
@ -1433,6 +1433,15 @@
|
|||
settings.biography,
|
||||
\"textarea\",
|
||||
],
|
||||
[
|
||||
[\"private_biography\", \"Private biography\"],
|
||||
settings.private_biography,
|
||||
\"textarea\",
|
||||
{
|
||||
embed_html:
|
||||
'<span class=\"fade\">This biography is only shown to users you are not following while your account is private.</span>',
|
||||
},
|
||||
],
|
||||
[[\"status\", \"Status\"], settings.status, \"textarea\"],
|
||||
[
|
||||
[\"warning\", \"Profile warning\"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue