diff --git a/frontend/templates/files.html b/frontend/templates/files.html index c51acbc8..c975e2dc 100644 --- a/frontend/templates/files.html +++ b/frontend/templates/files.html @@ -1,84 +1,46 @@ {% extends "base.html" %} -{% block title %}Files{% endblock %} +{% block title %}File Records{% endblock %} + +{% block head_extra %} + + +{% endblock %} {% block content %}

File Records

- - -
- - - - - - - - - - - - - - - -
- - + +
{% endblock %} {% block scripts %} - + + }).render(document.getElementById("gridjs-wrapper")); + {% endblock %}