INPRO: Bugfixing and better returns
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<table id="Books">
|
||||
{% for book in books %}
|
||||
<tr>
|
||||
<td><a href="/find?kw={{ book[0] }}&view=rich">{{ book[0] }}</a></td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
Reference in New Issue
Block a user