X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fjoinview.py;h=58bf6ba91d26353f50613515aa3eeba1f19c0b24;hb=7197095eb2abfce5eb6e55a66d7e7664deff15da;hp=c128db3b68bf2477ee8967e08c7b94e08b3dbf0b;hpb=46792df2603944946524e540f56b6396c01f7805;p=unfold.git diff --git a/portal/joinview.py b/portal/joinview.py index c128db3b..58bf6ba9 100644 --- a/portal/joinview.py +++ b/portal/joinview.py @@ -45,7 +45,7 @@ class JoinView (FreeAccessView, ThemeView): page = Page(request) page.add_js_files ( [ "js/jquery.validate.js", "js/join.js" ] ) page.add_css_files ( [ "css/onelab.css", "css/registration.css" ] ) - page.add_css_files ( [ "http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) + page.add_css_files ( [ "https://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" ] ) if method == 'POST': # xxx tocheck - if authorities is empty, it's no use anyway