[REFACTOR] Use constance variables in email template and add login URL

This commit is contained in:
2023-01-07 18:44:30 +00:00
parent cbd2158307
commit 4e82d363bc
3 changed files with 11 additions and 3 deletions

View File

@@ -14,6 +14,8 @@ from post_office import mail
from .organisation import Organisation
from .question import AnswerSet, Question, QuestionChoice
from constance import config
logger = logging.getLogger(__name__) # pylint: disable=invalid-name
__all__ = [