##This file is based on the template from the SimpleWiki source which carries the GPL license <%inherit file="simplewiki_base.html"/> <%block name="title">
Revision | Comment | Diff | Modified |
---|---|---|---|
${revision.article.title} - ${revision} | ${ revision.revision_text if revision.revision_text else "None" } |
%for x in revision.get_diff():
${x|h} %endfor |
${revision.get_user()}
${revision.revision_date.strftime("%b %d, %Y, %I:%M %p")} |
%if wiki_prev_page: Previous page %endif %if wiki_next_page: Next page %endif |