symposion_app/symposion/templates/reviews/review_list.html

5 lines
113 B
HTML
Raw Normal View History

2012-08-14 07:49:57 +00:00
{% extends "reviews/base.html" %}
{% block body %}
{% include "reviews/_review_table.html" %}
{% endblock %}