requirements updated
This commit is contained in:
parent
cac319cd62
commit
4b30eeef93
@ -20,27 +20,21 @@
|
|||||||
<th>Cover</th>
|
<th>Cover</th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Author</th>
|
<th>Author</th>
|
||||||
<<<<<<< HEAD
|
|
||||||
<th>Filetype</th>
|
<th>Filetype</th>
|
||||||
=======
|
|
||||||
<th>Tag</th>
|
<th>Tag</th>
|
||||||
>>>>>>> 18f7acebcd760ab12a86ada4423cbefcbdaafdf5
|
|
||||||
</tr>
|
</tr>
|
||||||
{% for book in books %}
|
{% for book in books %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="../uploads/cover/{{ book.cover }}" width="80"></td>
|
<td><img src="../uploads/cover/{{ book.cover }}" width="80"></td>
|
||||||
<td><a href="books/{{ book.id }}">{{ book.title }}</a></td>
|
<td><a href="books/{{ book.id }}">{{ book.title }}</a></td>
|
||||||
<<<<<<< HEAD
|
|
||||||
<td> {% for author in book.author %}
|
<td> {% for author in book.author %}
|
||||||
|
|
||||||
<li> {{ author.author_name }}</li>
|
<li> {{ author.author_name }}</li>
|
||||||
|
|
||||||
{% endfor %}</td>
|
{% endfor %}</td>
|
||||||
<td>{{ book.fileformat }}</td>
|
<td>{{ book.fileformat }}</td>
|
||||||
=======
|
|
||||||
<td>{{ book.author }}</td>
|
|
||||||
<td>{{ book.tag}}</td>
|
<td>{{ book.tag}}</td>
|
||||||
>>>>>>> 18f7acebcd760ab12a86ada4423cbefcbdaafdf5
|
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
@ -14,5 +14,6 @@ SQLAlchemy==1.1.5
|
|||||||
Werkzeug==0.11.15
|
Werkzeug==0.11.15
|
||||||
WTForms==2.1
|
WTForms==2.1
|
||||||
flask-marshmallow==0.9.0
|
flask-marshmallow==0.9.0
|
||||||
|
Wand==0.4.4
|
||||||
|
PyPDF2==1.26.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user