History feature now fully working; Diff feature close but not there yet.

This commit is contained in:
Simon Brooke 2015-01-11 11:08:17 +00:00
parent b0619a58d0
commit 62b325cb68
4 changed files with 40 additions and 8 deletions

View file

@ -2,7 +2,7 @@
{% block content %}
<div id="content" class="wiki">
<div class="minor-controls">
<a href="history?page={{title}}">History</a>
<a href="history?page={{page}}">History</a>
</div>
{{content|safe}}
</div>