##This file is based on the template from the SimpleWiki source which carries the GPL license <%inherit file="../main.html"/> <%namespace name='static' file='../static_content.html'/> <%block name="headextra"> <%static:css group='course'/> <%! from django.core.urlresolvers import reverse from simplewiki.views import wiki_reverse %> <%block name="js_extra"> ## TODO (cpennington): Remove this when we have a good way for modules to specify js to load on the page ## and in the wiki <%block name="wiki_head"/> <%block name="bodyextra"> %if course: <%include file="/courseware/course_navigation.html" args="active_page='wiki'" /> %endif
<%block name="wiki_panel">

Course Wiki

  • All Articles

  • Create Article

    <% baseURL = wiki_reverse("wiki_create", course=course, kwargs={"article_path" : namespace + "/" }) %>
%if wiki_article is not UNDEFINED:
%if wiki_article.locked:

This article has been locked

%endif

Last modified: ${wiki_article.modified_on.strftime("%b %d, %Y, %I:%M %p")}

%endif %if wiki_article is not UNDEFINED:
%endif <%block name="wiki_page_title"/> <%block name="wiki_body"/>