13 lines
No EOL
276 B
HTML
13 lines
No EOL
276 B
HTML
|
|
{% load staticfiles bootstrap3%}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
|
|
You virtual machine {{vm.name}} has been activated. You can manage your vm on this <a href="{{request.HOS}}{% url 'hosting:virtual_machines' vm.id %}"> link </a>
|
|
|
|
</body>
|
|
</html> |