From: Yasin Rahman Date: Thu, 21 May 2015 13:57:44 +0000 (+0200) Subject: Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab X-Git-Tag: myslice-1.5~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1437dc2df82ff903afe24ac4505db91f65045a97;hp=0af115be3b455a9a478943ba1f943f6729a8ba8e;p=unfold.git Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab --- diff --git a/portal/templates/join_request_denied.html b/portal/templates/join_request_denied.html index 1d6db002..e0b12c7f 100644 --- a/portal/templates/join_request_denied.html +++ b/portal/templates/join_request_denied.html @@ -1,4 +1,4 @@ - +

Dear {{theme.label}} user,

diff --git a/portal/templates/project_request_denied.html b/portal/templates/project_request_denied.html index 2824e2df..158ad117 100644 --- a/portal/templates/project_request_denied.html +++ b/portal/templates/project_request_denied.html @@ -3,17 +3,14 @@

Dear {{theme.label}} user,

You have recently requested a project in the {{theme.label}} portal.

-
+ Project name : {{project_name}}
Authority : {{authority_hrn}}
Email : {{email}}
Purpose : {{purpose}}
-

-
+

We regret to inform you that, a manager of your institution has rejected your request. Please contact the manager of your institution for further information. For any other queries, please contact us by replying to this email.

-

We wish you a fruitful user experience on {{theme.label}}.

-

Yours sincerely,

The {{theme.label}} team

diff --git a/portal/templates/projectrequest_view.html b/portal/templates/projectrequest_view.html index 3b267bfe..85582280 100644 --- a/portal/templates/projectrequest_view.html +++ b/portal/templates/projectrequest_view.html @@ -130,7 +130,7 @@ $(document).ready(function() { $('.project-list').append(''+ val +''); }); } else { - $('.project-list').html('no projetcs'); + $('.project-list').html('no projects'); } $('.nav-tabs a').click(function (e) {