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

13 lines
214 B
HTML
Raw Normal View History

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