proxstar/templates/confirm_delete.html
2017-11-26 12:01:30 -05:00

20 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
</style>
</head>
<body>
<a href="/proxstar/create">Create VM</a>
<br><br>
Are you sure you want to delete "{{ vmname }}"?
<form action="/proxstar/confirm_delete" method="post">
<button type="submit" name="delete" value="{{ vmid }}">CONFIRM</button>
</form>
</body>
</html>