Commit a66d7e38 by tarokkk

store: Fixed url pattern for labr client.

parent f85c9027
......@@ -198,7 +198,7 @@ def gui(request):
else:
return HttpResponse('Can not update authorization information!')
if StoreApi.updateauthorizationinfo(user, password, key_list):
return HttpResponse('https://cloud.ik.bme.hu/?neptun='+user+"&"+"host="+StoreApi.get_host())
return HttpResponse('https://cloud.ik.bme.hu/home/+'?neptun='+user+"&"+"host="+StoreApi.get_host())
else:
return HttpResponse('Can not update authorization information!')
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment