Création d'un compte pour un collaborateur extérieur au laboratoire depuis l'intranet ICube : https://intranet.icube.unistra.fr/fr/labs/member/profile
from django.shortcuts import render def cforange_filter_integers(request,input_dict,output_dict,widget): return render(request, 'interactions/cforange_filter_integers.html',{'widget':widget,'intList':input_dict['intList']})