Status form in book page

This commit is contained in:
Mouse Reeve
2020-09-29 11:48:03 -07:00
parent 61fa15a0c2
commit dbc6fb1d18
3 changed files with 52 additions and 39 deletions

View File

@ -467,6 +467,8 @@ def book_page(request, book_id, tab='friends'):
'tags': tags,
'user_tags': user_tags,
'review_form': forms.ReviewForm(),
'quotation_form': forms.QuotationForm(),
'comment_form': forms.CommentForm(),
'tag_form': forms.TagForm(),
'feed_tabs': [
{'id': 'friends', 'display': 'Friends'},