From d5378562ff94d2bf6acf2659e1961a1ff35856ac Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 17:28:26 -0800 Subject: pds: template tweaks --- adenosine-pds/templates/at_record.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adenosine-pds/templates/at_record.html') diff --git a/adenosine-pds/templates/at_record.html b/adenosine-pds/templates/at_record.html index 829ed4a..fb355fe 100644 --- a/adenosine-pds/templates/at_record.html +++ b/adenosine-pds/templates/at_record.html @@ -1,9 +1,9 @@ {% extends "base.html" %} {% block main %} -

ATP Repository Explorer

+

atp repository explorer

at://{{ did }}/{{ collection }}/{{ tid }}
-

JSON

+

json

{{ record|json }}
{% endblock %} -- cgit v1.2.3