Add link to /userid/id on /user page.
This commit is contained in:
		
							parent
							
								
									40e458e713
								
							
						
					
					
						commit
						14a2014c68
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue