Commit 5150f19d by Bence Dányi

webui: missing '

parent c2da4411
......@@ -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/home/+'?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