From efbee6136654d8b4b0ccaa55e89fbac630e7e0c2 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 23 Oct 2022 18:50:36 +0100 Subject: [PATCH] add form for taking snapshot in /danger/snapshots.html template. The back-end is not implemented at time of commit. --- templates/danger/snapshots.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/danger/snapshots.html b/templates/danger/snapshots.html index f89478f..5c51dc2 100644 --- a/templates/danger/snapshots.html +++ b/templates/danger/snapshots.html @@ -18,6 +18,21 @@ Snapshots go with it. I recommend you download the Snapshots at regular intervals and use those as the site's back-ups.

+
+ + +
{% endblock %}