summaryrefslogtreecommitdiffstats
path: root/adenosine-pds/templates/at_record.html
diff options
context:
space:
mode:
Diffstat (limited to 'adenosine-pds/templates/at_record.html')
-rw-r--r--adenosine-pds/templates/at_record.html4
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 %}