1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 09:27:24 +01:00
vichan/templates/mod/report_content.html

11 lines
197 B
HTML
Raw Normal View History

2014-10-18 19:57:51 -05:00
<li class="mod-report">
<h2 class="report-header">{{ report_title }}</h2>
2014-10-18 19:57:51 -05:00
<div class="report-content">
{{ content_html }}
</div>
<ul class="report-list">
{{ reports_html }}
</ul>
</li>