Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[myslice.git] / portal / templates / projectrequest_view.html
index 3b267bf..aabda75 100644 (file)
                         {% endif %}
                         </select>
                     </div>
-                  
+                    <div class="form-group">
+                        <label>
+                            Provide an URL for your project (not required)
+                        </label>
+                        <input type="text" class="form-control" name="url" id="url" style="width:100%" placeholder="Experiment URL (if one exists)"
+                        title="Please provide the url of your project" value="{{url}}">
+                    </div> 
                     <label>
                         Please provide a description of the purpose for your project
                     </label>
@@ -130,7 +136,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) {