From cd67cbbb2827c161aa6e99c93fe57f5500cbb789 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 10 Nov 2022 16:32:36 -0800 Subject: pds: more web view implementation --- adenosine-pds/templates/at_record.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 10ed838..829ed4a 100644 --- a/adenosine-pds/templates/at_record.html +++ b/adenosine-pds/templates/at_record.html @@ -1,8 +1,9 @@ {% extends "base.html" %} {% block main %} -

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

ATP Repository Explorer

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

record json: -

{{ record }}
+

JSON

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