mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-05 07:21:05 +00:00
More of #61
This commit is contained in:
parent
0938f570c1
commit
9e647ae4ee
1 changed files with 8 additions and 0 deletions
|
|
@ -16,6 +16,14 @@
|
|||
|
||||
<div class="row">
|
||||
<div class="span12">
|
||||
Action:
|
||||
<select>
|
||||
<option>----------</option>
|
||||
<option>Delete selected {{ model }}{{ object_list|pluralize }}</option>
|
||||
</select>
|
||||
<a class="btn btn-mini" href="TODO">Go</a>
|
||||
TODO of {{ object_list|length }} selected
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<th><input type="checkbox"></th>
|
||||
|
|
|
|||
Loading…
Reference in a new issue