Private
Public Access
1
0

now working with crude confirmation page

This commit is contained in:
2024-01-19 16:14:29 +01:00
parent a7ea2d88d1
commit 07c9f18113
3 changed files with 45 additions and 7 deletions

View File

@@ -79,6 +79,15 @@
</a>
{% endif %}
{% endif %}
{% if not request.GET.selectworkouts %}
<span>
<a href="./?selectworkouts=true">Bulk Actions</a>
</span>
{% else %}
<span>
<a href="./">Close Bulk Actions</a>
</span>
{% endif %}
</span>
</li>
@@ -87,6 +96,7 @@
<li class="grid_4">
<form enctype="multipart/form-data" method="post">
<h3>Bulk Operation</h3>
<p>Please select workouts from the list to do a bulk operation on.</p>
<select name="selectworkouts_operation" id="selectworkouts_operation">
<option value="">--Please choose an option--</option>
<option value="remove">Remove</option>