diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-10 17:28:26 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-11-10 17:28:26 -0800 |
commit | d5378562ff94d2bf6acf2659e1961a1ff35856ac (patch) | |
tree | c4c8947965e3a0d32dd21b0a2265a4d211998c4b /adenosine-pds/templates/at_record.html | |
parent | 7b2e84309102284f7cc2ebc8efdbf3575eda547b (diff) | |
download | adenosine-d5378562ff94d2bf6acf2659e1961a1ff35856ac.tar.gz adenosine-d5378562ff94d2bf6acf2659e1961a1ff35856ac.zip |
pds: template tweaks
Diffstat (limited to 'adenosine-pds/templates/at_record.html')
-rw-r--r-- | adenosine-pds/templates/at_record.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} -<h2>ATP Repository Explorer</h2> +<h2>atp repository explorer</h2> <div class="repo_aturi">at://<a href="/at/{{ did }}">{{ did }}</a>/<a href="/at/{{ did }}/{{ collection }}">{{ collection }}</a>/{{ tid }}</div> -<h4>JSON</h4> +<h4>json</h4> <pre><code>{{ record|json }}</code></pre> {% endblock %} |