fix: claim page

This commit is contained in:
trisua 2025-08-31 19:06:59 -04:00
parent 8fd5103479
commit 41f0319b5e
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@
(text "{% if metadata.tetratto_owner_username -%}") (text "{% if metadata.tetratto_owner_username -%}")
; contact owner button ; contact owner button
(a (a
("href" "{{ config.service_hosts.tetratto }}/mail/compose?receivers={{ tetratto_owner_username }}&subject=Reclaim%20for%20%22{{ entry.slug }}%22") ("href" "{{ config.service_hosts.tetratto }}/mail/compose?receivers={{ metadata.tetratto_owner_username }}&subject=Reclaim%20for%20%22{{ entry.slug }}%22")
("class" "button surface no_fill") ("class" "button surface no_fill")
(text "{{ icon \"external-link\" }} Contact owner")) (text "{{ icon \"external-link\" }} Contact owner"))
(text "{%- endif %}") (text "{%- endif %}")