summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/setup.html
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/templates/actions/setup.html')
-rw-r--r--ogcp/templates/actions/setup.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html
index a2b382a..68aefe9 100644
--- a/ogcp/templates/actions/setup.html
+++ b/ogcp/templates/actions/setup.html
@@ -62,7 +62,7 @@
<td>{{ partition.size(class_="form-control") }}</td>
<td>{{ partition.format_partition(class_="form-control") }}</td>
<td>
- <button class="btn btn-danger" onclick="RemovePartition(this)">
+ <button class="btn btn-danger" type="button" onclick="RemovePartition(this)">
{{ _('Remove') }}
</button>
</td>