now working with crude confirmation page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user