better use of forms in bulk actions
This commit is contained in:
@@ -97,10 +97,7 @@
|
||||
<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>
|
||||
</select>
|
||||
{{ actionform.as_p }}
|
||||
{% csrf_token %}
|
||||
<input name='selectworkouts' type="submit" value="Submit">
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user