Guest User

Untitled

a guest
Jan 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.17 KB | None | 0 0
  1. <p class="timeposted">
  2. {% if story.updated|is_older_than:"1.hours" %}{{ story.updated|date:"g:i A"}}
  3. {% else %}<em>{{ story.updated|timesince }} Ago</em>
  4. {% endif %}
  5. </p>
Add Comment
Please, Sign In to add comment