Move discord invite url to config #454

Closed
opened 2026-09-02 18:43:40 +02:00 by johnsturgeon · 0 comments
Owner

(comes from home page and welcome email)

app/mailer.py:73          "discord_invite_link": "https://discord.gg/f25zmnF",
app/routers/mail.py:72    "discord_invite_link": "https://discord.gg/f25zmnF",
app/templates/home.j2:20  <a href="https://discord.gg/f25zmnF">

Note app/routers/mail.py:72 is the copy left behind by the mailer move
(#453) and goes with it.

(comes from home page and welcome email) ``` app/mailer.py:73 "discord_invite_link": "https://discord.gg/f25zmnF", app/routers/mail.py:72 "discord_invite_link": "https://discord.gg/f25zmnF", app/templates/home.j2:20 <a href="https://discord.gg/f25zmnF"> ``` Note `app/routers/mail.py:72` is the copy left behind by the mailer move (#453) and goes with it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
johnsturgeon/tgfp-web#454
No description provided.