Files
edx-platform/simplewiki_view.html
2012-01-27 17:24:19 -05:00

14 lines
424 B
HTML

##This file is based on the template from the SimpleWiki source which carries the GPL license
<%inherit file="simplewiki_base.html"/>
<%block name="wiki_page_title">
${ wiki_article.title } ${'<span style="color: red;">- Deleted Revision!</span>' if wiki_current_revision_deleted else ''}
</%block>
<%block name="wiki_body">
<div id="wiki_article">
${ wiki_article_revision.contents_parsed| n}
</div>
</%block>