diff options
author | Jayaram Pai | 2013-12-14 23:11:05 +0530 |
---|---|---|
committer | Jayaram Pai | 2013-12-14 23:11:05 +0530 |
commit | 2ce6bbcb687055a0de41e5a2c3615ee41700b54e (patch) | |
tree | 365d0cc37fd3755ad2af66d046b1dde168912add /tbc/templates | |
parent | 8c6a2d21da4d90e54215bc0044325dab2b7ca143 (diff) | |
parent | b9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab (diff) | |
download | Python-TBC-Interface-2ce6bbcb687055a0de41e5a2c3615ee41700b54e.tar.gz Python-TBC-Interface-2ce6bbcb687055a0de41e5a2c3615ee41700b54e.tar.bz2 Python-TBC-Interface-2ce6bbcb687055a0de41e5a2c3615ee41700b54e.zip |
fix merge conflict
Diffstat (limited to 'tbc/templates')
-rw-r--r-- | tbc/templates/tbc/book-details.html | 4 | ||||
-rw-r--r-- | tbc/templates/tbc/book-review-details.html | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tbc/templates/tbc/book-details.html b/tbc/templates/tbc/book-details.html index c2780d4..8887142 100644 --- a/tbc/templates/tbc/book-details.html +++ b/tbc/templates/tbc/book-details.html @@ -17,6 +17,7 @@ <th>#</th> <th>Chapters</th> {% for chapter in chapters %} +<<<<<<< HEAD <tr> <td> {{ forloop.counter }} @@ -25,6 +26,9 @@ <a href="https://nbviewer.ipython.org/url/dev.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a> </td> </tr> +======= + <li><a href="http://nbviewer.ipython.org/url/tbc-python.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a> +>>>>>>> b9102b56140db8ad81b2b4e3d1dfb99c6bebb3ab {% endfor %} </table> <hr> diff --git a/tbc/templates/tbc/book-review-details.html b/tbc/templates/tbc/book-review-details.html index 5ea3f5b..6c4fbd0 100644 --- a/tbc/templates/tbc/book-review-details.html +++ b/tbc/templates/tbc/book-review-details.html @@ -13,7 +13,7 @@ <hr> <ol> {% for chapter in chapters %} - <li><a href="https://nbviewer.ipython.org/url/dev.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a> + <li><a href="http://nbviewer.ipython.org/url/tbc-python.fossee.in{% static 'uploads/' %}{{ chapter.notebook }}">{{ chapter.name }}</a> {% endfor %} </ol> <hr> |