diff options
author | hardythe1 | 2014-03-13 15:34:14 +0530 |
---|---|---|
committer | hardythe1 | 2014-03-13 15:34:14 +0530 |
commit | 49cb7bc912f4f228ea99451a4f59550ed701c91b (patch) | |
tree | 68e2926d48396a809ddf46bf57392128bf3bc3d5 /tbc/templates | |
parent | 44f187cd9a1f47df1e526dacc634838dc7485abb (diff) | |
download | Python-TBC-Interface-49cb7bc912f4f228ea99451a4f59550ed701c91b.tar.gz Python-TBC-Interface-49cb7bc912f4f228ea99451a4f59550ed701c91b.tar.bz2 Python-TBC-Interface-49cb7bc912f4f228ea99451a4f59550ed701c91b.zip |
removing chapter numbers to avoid ambiguity
Diffstat (limited to 'tbc/templates')
-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> |