Commit 0901ee1a by tarokkk

one: Fixed boot url to https

parent 44b50a55
......@@ -402,7 +402,7 @@ class Instance(models.Model):
"smbpw": escape(details.smb_password),
"sshkey": escape(details.ssh_private_key),
"neptun": escape(owner.username),
"booturl": "http://cloud.ik.bme.hu/b/%s/" % token,
"booturl": "https://cloud.ik.bme.hu/b/%s/" % token,
"extra": extra}
f.write(tpl)
f.close()
......
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