From c9241edf7bfff7818dee82f8ec900cf7273c93fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20A=2E=20S=C3=A1nchez=20L=C3=B3pez?= Date: Wed, 30 Mar 2011 19:07:45 +0000 Subject: [PATCH] Changed the "no user with this email" warning when adding delegates/shepherds. - Legacy-Id: 3016 --- ietf/templates/wgchairs/notexistdelegate.html | 20 +++++++++++++++++-- ietf/wgchairs/forms.py | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/ietf/templates/wgchairs/notexistdelegate.html b/ietf/templates/wgchairs/notexistdelegate.html index 3a7fa6482..706907022 100644 --- a/ietf/templates/wgchairs/notexistdelegate.html +++ b/ietf/templates/wgchairs/notexistdelegate.html @@ -1,10 +1,26 @@ +{% if shepherd %} +

+The shepherd you are trying to designate does not have a personal user-id and password to log-on to the Datatracker. +

+

+An email will be sent to the following addresses to inform that +the person you have designated to be one of your document shepherds +currently does not have login credentials for the Datatracker +and should contact the Secretariat to obtain their own user-id and +password for the Datatracker. +

+{% else %}

The delegate you are trying to designate does not have a personal user-id and password to log-on to the Datatracker.

-An email will be sent to the following address to inform that the person designated sould contact with the Secretariat -to obtain their own user-id and password to the Datatracker. +An email will be sent to the following addresses to inform that +the person you have designated to be one of your delegates +currently does not have login credentials for the Datatracker +and should contact the Secretariat to obtain their own user-id and +password for the Datatracker.

+{% endif %}