Move the hint message for organisation to its own file

This is way too much text to duplicate across many places..
This commit is contained in:
Magnus Hagander
2021-01-14 16:49:03 +01:00
parent d64030ee9b
commit e1e5de0c70
7 changed files with 16 additions and 6 deletions

1
pgweb/core/text.py Normal file
View File

@ -0,0 +1 @@
ORGANISATION_HINT_TEXT = "If no organisations are listed, please check the <a href=\"/account/orglist/\">organisation list</a> and contact the organisation manager or <a href=\"mailto:webmaster@postgresql.org\">webmaster@postgresql.org</a> if none are listed."