s/intranet2.crans.org/intranet.crans.org/
This commit is contained in:
parent
5f1a1b1397
commit
22511a52a7
7 changed files with 8 additions and 30 deletions
|
@ -168,7 +168,7 @@ def generate(mail, params, lang=default_language, lang_fallback=default_language
|
|||
def validation_url(view_name, data='', debug=False):
|
||||
"""Enregistre une nouvelle url pour le module "validation" de l'intranet."""
|
||||
import requests
|
||||
HOST = os.getenv('DBG_INTRANET', 'intranet2.crans.org')
|
||||
HOST = os.getenv('DBG_INTRANET', 'intranet.crans.org')
|
||||
CA = '/etc/ssl/certs/cacert.org.pem'
|
||||
ROOT = 'https://%s' % HOST
|
||||
url = ROOT + '/validation/register/%s/' % view_name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue