proxstar/templates/confirm_delete.html

21 lines
320 B
HTML
Raw Normal View History

2017-11-26 17:01:30 +00:00
<!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>