From 9cbf7fdfaa302181f988bce8d594ed7fee67c837 Mon Sep 17 00:00:00 2001 From: "Justin J. Novack" Date: Sun, 7 Oct 2012 00:20:35 -0400 Subject: Add version history sidebar to edit page --- data/templates/edit.htm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 1422bbc..521a7c2 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -40,3 +40,7 @@ $(document).ready(function() { }); {% endblock %} + +{% block sidebar %} + {% include 'display-sidebar-history.htm' %} +{% endblock %} -- cgit v1.2.3