SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit aaa68ec2 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add bulk action form

parent acd1fd1d
No related branches found
No related tags found
1 merge request!43Polish up new production page
...@@ -4,8 +4,10 @@ ...@@ -4,8 +4,10 @@
<div class="col-auto"> <div class="col-auto">
<input type="checkbox" <input type="checkbox"
class="form-check-input checkbox-lg" class="form-check-input checkbox-lg"
name="productionstream-{{ productionstream.id }}-checkbox" name="productionstream-bulk-action"
id="productionstream-{{ productionstream.id }}-checkbox"> value="{{ productionstream.id }}"
id="productionstream-{{ productionstream.id }}-checkbox"
form="productionstreams-bulk-action-form">
</div> </div>
<div class="col text-truncate"> <div class="col text-truncate">
<span class="text-truncate"> <span class="text-truncate">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment