Update welcome message.
This commit is contained in:
parent
850d175563
commit
8c818adbd2
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ DAD_ID = 0
|
||||||
MOM_ID = 0
|
MOM_ID = 0
|
||||||
DONGER_ID = 0
|
DONGER_ID = 0
|
||||||
BUG_THREAD = 0
|
BUG_THREAD = 0
|
||||||
WELCOME_MSG = f"Welcome to {SITE_NAME}!"
|
WELCOME_MSG = f"Welcome to {SITE_NAME}! Please read [the rules](/rules) first. Then [read some of our current conversations](/) and feel free to comment or post!\n\nWe encourage people to comment even if they aren't sure they fit in; as long as your comment follows [community rules](/rules), we are happy to have posters from all backgrounds, education levels, and specialties."
|
||||||
ROLES={}
|
ROLES={}
|
||||||
|
|
||||||
IMGUR_KEY = environ.get("IMGUR_KEY").strip()
|
IMGUR_KEY = environ.get("IMGUR_KEY").strip()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue