diff --git a/app/templates/book/qa_view.html b/app/templates/book/qa_view.html index 15de372..b2c092c 100644 --- a/app/templates/book/qa_view.html +++ b/app/templates/book/qa_view.html @@ -8,25 +8,14 @@ {% include 'book/delete_comment_modal.html' %} {% include 'book/edit_comment_modal.html' %} {% include 'book/edit_interpretation_modal.html' %} -{% endif %} - - -{% if current_user.is_authenticated %} {% set show_edit_interpretation = True %} -{% endif %} - -{% if current_user.is_authenticated %} {% set show_delete_interpretation = True %} -{% endif %} - - - -{% if current_user.is_authenticated %} {% block right_sidebar %} - {% include 'book/right_sidebar.html' %} +{% include 'book/right_sidebar.html' %} {% endblock %} {% endif %} + {% block content %} {% include 'book/breadcrumbs_navigation.html'%}