X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftopmenu.py;fp=ui%2Ftopmenu.py;h=b0ff707f0fd1f8f755adc89a19513313291aff66;hb=6f9151d28008d4b6fc49e2d9c0cfe2d848a90f9f;hp=69a8dd3dd33b709f29f84134820d4b53b1379784;hpb=3b28a7842f5464c38ecc968b54c13b442f7b5c9e;p=unfold.git diff --git a/ui/topmenu.py b/ui/topmenu.py index 69a8dd3d..b0ff707f 100644 --- a/ui/topmenu.py +++ b/ui/topmenu.py @@ -39,6 +39,7 @@ def topmenu_items_static (current, request): # looks like this is accessible to non-logged users result.append({'label':'Platforms', 'href': '/portal/platforms/'}) result.append({'label':'Register', 'href': '/portal/register/'}) + result.append({'label':'Join us', 'href': '/portal/join/'}) result.append({'label':'Contact Support', 'href': '/portal/contact/'}) # mark active if the provided 'current', even if shorter, matches the beginning of d['label']