That proved a little more convoluted than expected, but now works well.

This commit is contained in:
simon 2016-08-21 12:19:54 +01:00
parent 06773bd6f7
commit ebfefd3edb
6 changed files with 390 additions and 56 deletions

View file

@ -1,9 +1,11 @@
{% extends "templates/base.html" %}
{% block content %}
<div id="content" class="wiki">
<div class="minor-controls">
<a href="history?page={{page}}">History</a>
</div>
<ul class="minor-controls">
<li><a href="{{servlet-context}}/edit?page={{title}}">Edit this page</a></li>
<li><a href="history?page={{page}}">History</a></li>
</ul>
{{content|safe}}
</div>
{% endblock %}