From: Ciro Scognamiglio Date: Fri, 18 Apr 2014 15:39:50 +0000 (+0200) Subject: signup button X-Git-Tag: myslice-1.1~131^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4fa6e168c47c7fc4225e4c59f4bb9335ceb6f133;p=unfold.git signup button --- diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index d31c3e02..c0086922 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -42,14 +42,11 @@
Loading Slices
{% else %} + {% endif %} - -
- Contact
- -
+ @@ -103,6 +100,9 @@ $('button#ticketbtn').click(function() { window.location="/portal/contact/"; }); + $('button#signupbtn').click(function() { + window.location="/portal/register/"; + }); $('button#slicerequestbtn').click(function() { window.location="/portal/slice_request/"; });