{% extends "peerreview/frontend/base.html" %} {% load review_tags %} {% block extrahead %} {% review_item_head_script %} {% endblock %} {% block document_ready %} {{block.super}} $('.btn').button(); $('.btn').popover(); {% if review.hide_review_box %} $('.option_group').hide(); {% endif %} {% endblock %} {% block extrastyle %} .box_of_peers { padding-top: 20px; font-size: small; } .pagination { padding: 5px; } .pagination .current { padding: 5px; } .btn-down { font-weight: bold; color: blue; } .option_group { padding: 5px; visible: false; } .pagination { padding-bottom: 25px; } .comments_box { clear: both; padding-top: 10px; width: 400px; } .float-right { float:right; } .float-left { float:left; } .clear_both { clear: both; } .well { min-height: 30px; } {% endblock %} {% block title %}