diff options
author | hardythe1 | 2014-03-24 17:31:12 +0530 |
---|---|---|
committer | hardythe1 | 2014-03-24 17:31:12 +0530 |
commit | 64ae7cd5d0fb17e01567d4839b055b5d3510c92b (patch) | |
tree | 7222e0f28237f91619ebe5dcd0a5c2eec5871da3 | |
parent | ee64a6fa938eb8252a142c39549a3a410fe71c1f (diff) | |
download | Python-TBC-Interface-64ae7cd5d0fb17e01567d4839b055b5d3510c92b.tar.gz Python-TBC-Interface-64ae7cd5d0fb17e01567d4839b055b5d3510c92b.tar.bz2 Python-TBC-Interface-64ae7cd5d0fb17e01567d4839b055b5d3510c92b.zip |
removing serial numbers for chapters
-rw-r--r-- | tbc/templates/tbc/book-review-details.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tbc/templates/tbc/book-review-details.html b/tbc/templates/tbc/book-review-details.html index f2c92de..81e5041 100644 --- a/tbc/templates/tbc/book-review-details.html +++ b/tbc/templates/tbc/book-review-details.html @@ -11,11 +11,11 @@ {% endfor %} </div> <hr> -<ol> +<ul> {% for chapter in chapters %} <li><a href="{% url 'tbc:ConvertNotebook' chapter.notebook %}">{{ chapter.name }}</a></li> {% endfor %} -</ol> +</ul> <hr> <form action="/approve-book/{{ book.id }}" method="POST"> {% csrf_token %} |