menu for mas editing stage and user
[redakcja.git] / apps / catalogue / templates / catalogue / book_list / book_list.html
index 73811ca..f1ed46f 100755 (executable)
 <input type='hidden' name="status" value="{{ request.GET.status }}" />
 </form>
 
+
 <table id="file-list"{% if viewed_user %} class="book-list-user"{% endif %}>
     <thead><tr>
+       <th></th>
         <th></th>
         <th>
             <input class='check-filter' type='checkbox' name='all' title='{% trans "Show hidden books" %}'
 {% if not books %}
     <p>{% trans "No books found." %}</p>
 {% endif %}
+
+<form id='chunk_mass_edit' action='{% url catalogue_chunk_mass_edit %}' class="hidden">
+{% csrf_token %}
+<input type="hidden" name="ids" />
+<input type="hidden" name="stage" />
+<input type="hidden" name="user" />
+<input type="hidden" name="status" />
+</form>
+