aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorConfuSomu2023-03-30 14:21:51 -0400
committerConfuSomu2023-03-30 14:21:51 -0400
commit14294369e2ee7e4914757054693fe77b450f7405 (patch)
tree04e7e52375f936ccbe07364cbcce78fb5c736a4e /src/templates
parent6f64a658b3d24912d69fd89ccca341475ebdc07a (diff)
downloadActorViewer-14294369e2ee7e4914757054693fe77b450f7405.tar
ActorViewer-14294369e2ee7e4914757054693fe77b450f7405.tar.gz
ActorViewer-14294369e2ee7e4914757054693fe77b450f7405.zip
Display content language in status info
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/status_info.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/status_info.html b/src/templates/status_info.html
index a51c066..9ff5ec5 100644
--- a/src/templates/status_info.html
+++ b/src/templates/status_info.html
@@ -10,6 +10,7 @@
<li id="publication-date"><b>Published:</b> {{published}}</li>
<li id="to"><b>To:</b> {{to}}</li>
<li id="cc"><b>CC:</b> {{cc}}</li>
+ <li id="lang"><b>Language:</b> {{lang}}</li>
<li>URL to <a href="{{url-status}}">Status</a>, <a href="{{url-id}}">JSON-LD Object</a></li>
</ul>