X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/ee10ed828276e2677c214d5a3bd13ced4600f6c6..3f5216d836005f94da0d2dbe8f2cf520fb9f20a0:/data/templates/edit.htm diff --git a/data/templates/edit.htm b/data/templates/edit.htm index 1422bbc..542bb34 100644 --- a/data/templates/edit.htm +++ b/data/templates/edit.htm @@ -6,10 +6,13 @@ {% endblock %} {% block content %} -
-
- +
+ +
+ +
+
{% for fileid, file in repo.getFiles %} @@ -40,3 +43,7 @@ $(document).ready(function() { }); {% endblock %} + +{% block sidebar %} + {% include 'display-sidebar-history.htm' %} +{% endblock %}