Déplace la config des mails bda dans settings.py

This commit is contained in:
Martin Pépin 2016-06-10 23:33:52 +02:00
parent e15e0e225d
commit ab8afc000a
2 changed files with 3 additions and 3 deletions

View file

@ -8,9 +8,6 @@ from gestioncof.decorators import buro_required
from bda.models import Spectacle, Attribution
RAPPEL_FROM = 'Le BdA <bda@ens.fr>'
RAPPEL_REPLY_TO = RAPPEL_FROM
def render_template(template_name, data):
tmpl = loader.get_template(template_name)
ctxt = Context(data)

View file

@ -130,6 +130,9 @@ PETITS_COURS_FROM = "Le COF <cof@ens.fr>"
PETITS_COURS_BCC = "archivescof@gmail.com"
PETITS_COURS_REPLYTO = "cof@ens.fr"
RAPPEL_FROM = 'Le BdA <bda@ens.fr>'
RAPPEL_REPLY_TO = RAPPEL_FROM
LOGIN_URL = "/login"
LOGIN_REDIRECT_URL = "/"