From 22806e44a69e5ea4ec9a6492a04dee24ec174d03 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 19 Nov 2024 13:54:04 -0500 Subject: [PATCH] glamr/html: add template file for dataset access listing page A fixup for 1d0283e4 "Add staff-only dataset access listing page" --- mibios/glamr/templates/glamr/dataset_access.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mibios/glamr/templates/glamr/dataset_access.html diff --git a/mibios/glamr/templates/glamr/dataset_access.html b/mibios/glamr/templates/glamr/dataset_access.html new file mode 100644 index 00000000..63622669 --- /dev/null +++ b/mibios/glamr/templates/glamr/dataset_access.html @@ -0,0 +1,7 @@ +{%extends "glamr/base.html"%} +{%load render_table from django_tables2%} +{%block content%} +

Dataset access restrictions:

+{%render_table table%} +{%endblock%} +