Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
authorYasin Rahman <loic.baron@lip6.fr>
Wed, 20 May 2015 15:58:18 +0000 (17:58 +0200)
committerYasin Rahman <loic.baron@lip6.fr>
Wed, 20 May 2015 15:58:18 +0000 (17:58 +0200)
portal/templates/join_request_denied.html
portal/templates/project_request_denied.html
portal/templates/projectrequest_view.html

index 1d6db00..e0b12c7 100644 (file)
@@ -1,4 +1,4 @@
-<img src="{{current_site}}/static/img/f4f-logo.png" width="80px">
+<img src="{{current_site}}/static/img/{{theme.logo}}" width="80px">
 <br>
 <p>Dear {{theme.label}} user,</p>
 <p></p>
index 2824e2d..158ad11 100644 (file)
@@ -3,17 +3,14 @@
 <p>Dear {{theme.label}} user,</p>
 <p></p>
 <p>You have recently requested a project in the {{theme.label}} portal.</p>
-<br>
+
 <b>Project name  :</b> {{project_name}}</br>
 <b>Authority     :</b> {{authority_hrn}}</br>
 <b>Email         :</b> {{email}}</br>
 <b>Purpose       :</b> {{purpose}}</br>
-<p></p>
-<br>
+
 <p>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.</p>
-<br>
 <p>We wish you a fruitful user experience on {{theme.label}}.</p>
-<br>
 <p>Yours sincerely,</p>
 <p>The {{theme.label}} team</p>
index 3b267bf..8558228 100644 (file)
@@ -130,7 +130,7 @@ $(document).ready(function() {
             $('.project-list').append('<tr><td>'+ val +'</td></tr>');
         });
     } else {
-        $('.project-list').html('<tr><td>no projetcs</td></tr>');
+        $('.project-list').html('<tr><td>no projects</td></tr>');
     }
     
     $('.nav-tabs a').click(function (e) {