updated README to reflect next steps (will use flask-wtf and flask-boostrap), but proof-of-concept author/<id> works to save to database with a form / POST

This commit is contained in:
2020-11-11 19:23:48 +11:00
parent f7ea6870d2
commit a4dca1dbf5
4 changed files with 62 additions and 12 deletions

View File

@@ -80,7 +80,7 @@
</form>
</div class="row">
</div class="container">
{% if books.sub_book is defined %}
{% if books.sub_book|length %}
<p>sub_book is defined: {{books.sub_book}}</p>
{% endif %}
{{ books.subs }}