1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 15:15:22 +00:00

instances/templates/instance.html checkbox delete_disk default checked

This commit is contained in:
Jan Krcmar 2016-01-15 15:09:23 +01:00
parent 6151792d9b
commit ca328a7527

View file

@ -880,7 +880,7 @@
<form class="form-group" method="post" role="form">{% csrf_token %}
<div class="checkbox" style="margin-left: 8px;">
<label>
<input type="checkbox" name="delete_disk" value="true">
<input type="checkbox" name="delete_disk" checked>
<strong>{% trans "Remove Instance's data" %}</strong>
</label>
</div>