From 3821a520920fcf6952f23eac8167fcbd19192adf Mon Sep 17 00:00:00 2001 From: George Lacey Date: Wed, 6 Apr 2022 12:45:10 +0100 Subject: [PATCH] Create repo template --- borgweb/borg/templates/borg/index.html | 1 + .../borg/templates/borg/repo-template.html | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 borgweb/borg/templates/borg/repo-template.html diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index 3e231cd..a91b2b0 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -6,6 +6,7 @@ {% block script %} + {% include "borg/repo-template.html" %} {{ hour_list|json_script:"hour_list" }} diff --git a/borgweb/borg/templates/borg/repo-template.html b/borgweb/borg/templates/borg/repo-template.html new file mode 100644 index 0000000..cc9217f --- /dev/null +++ b/borgweb/borg/templates/borg/repo-template.html @@ -0,0 +1,22 @@ + \ No newline at end of file