You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Social media fields from Pretalx aren't being templated correctly into HTML
The fields in Pretix for both Fedi and Bsky say:
Use @username@domain format (for example, @[email protected]). If you choose to fill this in, it will be published in the schedule. This content will be shown publicly.
I assume the Bsky one was copied from the Fedi one; they have completely different address formats.
Sorry, I couldn't easily work out where to fix this rendering or this would have been a PR. I also can't see where this bsky info is coming from, because the YAML doesn't seem to have it, nor pronouns: https://github.com/pyconau/2024-website/blob/main/src/content/people/PFTMME.yml, so I suspect this isn't being used any more, and is being pulled from Pretix in some other way?
The text was updated successfully, but these errors were encountered:
Hey Matt! This issue (and the weird auto linking) is because of a workaround we used to publish the schedule quickly, which has now been reverted and replaced with the usual layout we've used since 2020 in #45.
There's still a tiny bit of extra work needed to copy across social media handles (right now they are not shown at all) so I'll leave this open for now, but a fix is in progress :)
Describe the bug
Social media fields from Pretalx aren't being templated correctly into HTML
The fields in Pretix for both Fedi and Bsky say:
I assume the Bsky one was copied from the Fedi one; they have completely different address formats.
URL to reproduce the bug
https://2024.pycon.org.au/pycon-au-2024/speaker/PFTMME/
The fedi handle gets converted to a mailto link
Twitter/X isn't linked at all.
Bsky gets converted to a mailto also, and should actually say minxdragon.bsky.social, (or https://bsky.app/profile/minxdragon.bsky.social which is better, because I, for example, have a bsky handle of mattcen.com, but an address of https://bsky.app/profile/mattcen.com).
Sorry, I couldn't easily work out where to fix this rendering or this would have been a PR. I also can't see where this bsky info is coming from, because the YAML doesn't seem to have it, nor pronouns: https://github.com/pyconau/2024-website/blob/main/src/content/people/PFTMME.yml, so I suspect this isn't being used any more, and is being pulled from Pretix in some other way?
The text was updated successfully, but these errors were encountered: