Add link to /userid/id on /user page.

master
voussoir 2020-09-17 20:45:58 -07:00
parent 40e458e713
commit 14a2014c68
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
{{header.make_header(session=session)}}
<div id="content_body">
<h2>{{user.display_name}}</h2>
<p>ID: {{user.id}}</p>
<p>ID: <a href="/userid/{{user.id}}">{{user.id}}</a></p>
<p>User since <span title="{{user.created|int|timestamp_to_8601}}">{{user.created|timestamp_to_naturaldate}}.</span></p>
<p><a href="/search?author={{user.username}}">Photos by {{user.display_name}}</a></p>
</div>