diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl
index bfa3bf99..749a2fb7 100644
--- a/client/html/post_readonly_sidebar.tpl
+++ b/client/html/post_readonly_sidebar.tpl
@@ -31,8 +31,10 @@
- Taken on
- <%= ctx.makeUserFriendlyTime(ctx.post.dateTaken) %>
+ <% if (ctx.post.type == "image" || ctx.post.type == "video" ) { %>
+ Taken on
+ <%= ctx.makeUserFriendlyTime(ctx.post.dateTaken) %>
+ <% } %>
<% if (ctx.enableSafety) { %>