Skip to content

Commit

Permalink
glamr/html: add template file for dataset access listing page
Browse files Browse the repository at this point in the history
A fixup for 1d0283e "Add staff-only dataset access listing page"
  • Loading branch information
robert102 committed Nov 20, 2024
1 parent d93252d commit 22806e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mibios/glamr/templates/glamr/dataset_access.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{%extends "glamr/base.html"%}
{%load render_table from django_tables2%}
{%block content%}
<h4>Dataset access restrictions:</h4>
{%render_table table%}
{%endblock%}

0 comments on commit 22806e4

Please sign in to comment.