X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fregistrationview.py;h=6c626be11add6d5e71b49e3d75aec668fea90cb0;hb=7197095eb2abfce5eb6e55a66d7e7664deff15da;hp=5956f3d655ee18b7c15ab86fb120240e87a7f7d0;hpb=46792df2603944946524e540f56b6396c01f7805;p=unfold.git diff --git a/portal/registrationview.py b/portal/registrationview.py index 5956f3d6..6c626be1 100644 --- a/portal/registrationview.py +++ b/portal/registrationview.py @@ -47,7 +47,7 @@ class RegistrationView (FreeAccessView, ThemeView): page = Page(wsgi_request) page.add_js_files ( [ "js/jquery.validate.js", "js/my_account.register.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': # The form has been submitted