From a4a47e2f9bd26259f0f6256a9652a39836c56a4d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 17 Apr 2012 09:37:39 +0200 Subject: show history in sidebar --- data/templates/display-sidebar-history.htm | 18 ++++++++++++++++++ data/templates/display.htm | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 data/templates/display-sidebar-history.htm (limited to 'data') diff --git a/data/templates/display-sidebar-history.htm b/data/templates/display-sidebar-history.htm new file mode 100644 index 0000000..627420b --- /dev/null +++ b/data/templates/display-sidebar-history.htm @@ -0,0 +1,18 @@ +

History

+ + \ No newline at end of file diff --git a/data/templates/display.htm b/data/templates/display.htm index e021296..847a8ea 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -18,5 +18,5 @@ {% endblock %} {% block sidebar %} -sidebar FIXME + {% include 'display-sidebar-history.htm' %} {% endblock %} -- cgit v1.2.3