"publish" button
[redakcja.git] / apps / catalogue / templates / catalogue / book_list / book.html
index 3ad8a65..f18efc1 100755 (executable)
@@ -4,6 +4,7 @@
     {% with book.0 as chunk %}
     <tr>
         <td><input type="checkbox" name="select_book" value="{{book.id}}" data-chunk-id="{{chunk.id}}"/></td>
+        <td><a href="{% url 'catalogue_book' book.slug %}" title='{% trans "Lesson settings" %}'>[L]</a></td>
         <td><a target="_blank"
                     href="{% url 'wiki_editor' book.slug %}">
                     {{ book.title }}</a></td>