summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/image_restore.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-02 17:13:24 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-02 17:29:41 +0100
commit3271a4a08da08447a07f694147b3b9c2a422aa96 (patch)
treea404cb20c9ec91e8f0819250456e1364147bb07b /ogcp/templates/actions/image_restore.html
parented967216aa51e59c50d30a38737a677b9706c28e (diff)
Extend commands html
Otherwise, this actions pages lose the scopes tree and the commands buttons.
Diffstat (limited to 'ogcp/templates/actions/image_restore.html')
-rw-r--r--ogcp/templates/actions/image_restore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/image_restore.html b/ogcp/templates/actions/image_restore.html
index 6120688..9bd368b 100644
--- a/ogcp/templates/actions/image_restore.html
+++ b/ogcp/templates/actions/image_restore.html
@@ -1,4 +1,4 @@
-{% extends 'base.html' %}
+{% extends 'commands.html' %}
{% import "bootstrap/wtf.html" as wtf %}
{% import "macros.html" as macros %}