diff options
-rw-r--r-- | tbc/templates/tbc/book-details.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index 9938857..baaeaeb 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -14,14 +14,11 @@ <hr> <div id="content-wrap"> <table class="table table-bordered table-hover"> -<th>#</th> <th>Chapters</th> +<th width=350>Download Links</th> {% for chapter in chapters %} <tr> <td> - {{ forloop.counter }} - </td> - <td> <a href="{% url 'tbc:ConvertNotebook' chapter.notebook %}">{{ chapter.name }}</a> </td> <td> |