symposion_app/symposion/templates/reviews/review_list.html
2012-08-14 03:49:57 -04:00

5 lines
No EOL
113 B
HTML

{% extends "reviews/base.html" %}
{% block body %}
{% include "reviews/_review_table.html" %}
{% endblock %}