symposion_app/symposion/templates/reviews/review_list.html

7 lines
141 B
HTML
Raw Normal View History

2012-08-14 07:49:57 +00:00
{% extends "reviews/base.html" %}
{% block body %}
2012-12-20 06:52:45 +00:00
<h3>{{ section }}</h3>
2012-08-14 07:49:57 +00:00
{% include "reviews/_review_table.html" %}
2012-12-20 06:52:45 +00:00
{% endblock %}