X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=c00869222b895f0d7c48c0d460987390155b6f73;hb=4fa6e168c47c7fc4225e4c59f4bb9335ceb6f133;hp=d31c3e02d04069618adea9b84170fda2cd7cd62b;hpb=3733746e438e9de3ac8225f3ecf869e50ca6e61b;p=unfold.git 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/"; });