diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/edit.htm | 4 |
1 files changed, 4 insertions, 0 deletions
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() { }); </script> {% endblock %} + +{% block sidebar %} + {% include 'display-sidebar-history.htm' %} +{% endblock %} |
