From: Rezende Date: Thu, 24 Jul 2014 19:50:27 +0000 (-0300) Subject: Merge branch 'fibre' of ssh://git.onelab.eu/git/myslice into fibre X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=30fb08d8e61409fd0d7e88a59057134a59f8e7c8;p=myslice.git Merge branch 'fibre' of ssh://git.onelab.eu/git/myslice into fibre Conflicts: portal/registrationview.py --- 30fb08d8e61409fd0d7e88a59057134a59f8e7c8 diff --cc portal/templates/fibre/fibre_activate_user.html index 00000000,00000000..e14b018c new file mode 100644 --- /dev/null +++ b/portal/templates/fibre/fibre_activate_user.html @@@ -1,0 -1,0 +1,28 @@@ ++ ++
++

We have received a user signup request for your email address at {{current_site}}

++

You have the following user details:

++ ++Organization: {{organization}}
++First name: {{first_name}}
++Last name: {{last_name}}
++Email: {{email}}
++ ++

++

++You may now log in to the portal using your email address and the password that you provided, but your access will be limited. To gain full access, two steps are required: ++

++ ++ ++

++We look forward to welcoming you to OneLab. You will find answers to frequently asked questions here. ++Please don't hesitate to contact us with any additional questions that you might have. ++

diff --cc portal/templates/fibre/fibre_registration_view.html index 474a1b8a,474a1b8a..4b57f8bb --- a/portal/templates/fibre/fibre_registration_view.html +++ b/portal/templates/fibre/fibre_registration_view.html @@@ -164,7 -164,7 +164,11 @@@ $(document).ready(function() {% if authority.name %} {value:"{{ authority.name }}",label:"{{authority.name}}"}, {% else %} -- {value:"{{ authority.authority_hrn }}",label:"{{authority.authority_hrn}}"}, ++ {% if authority.authority_hrn == "fibre.ufrj" %} ++ {value:"{{ authority.authority_hrn }}",label:"UNIVERSIDADE FEDERAL DO RIO DE JANEIRO"}, ++ {% else %} ++ {value:"{{ authority.authority_hrn }}",label:"FIBRE"}, ++ {% endif %} {% endif %} {% endfor %} {% else %}