Add buttons to toggle batch 'complete' flag when viewing batch

This commit is contained in:
Lance Edgar 2018-05-23 13:06:49 -05:00
parent a4095b30f7
commit 218ac221e5
2 changed files with 50 additions and 0 deletions

View file

@ -35,6 +35,10 @@
.grid-wrapper {
margin-top: 10px;
}
.complete form {
display: inline;
}
</style>
</%def>