Add version history sidebar to edit page
[phorkie.git] / data / templates / edit.htm
index 1422bbcfa5606ebd5f88487a5d79fbf4c1b37c8c..521a7c28a2d757b0d4291ccbd4a19f2f93bd725b 100644 (file)
@@ -40,3 +40,7 @@ $(document).ready(function() {
 });
 </script>
 {% endblock %}
+
+{% block sidebar %}
+ {% include 'display-sidebar-history.htm' %}
+{% endblock %}