Skip to content
Snippets Groups Projects
Commit ea58a863 authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

changing time format on listing items not to include dots between am and pm

parent b254e9db
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<div class="feed__content">
<div class="feed__meta">
<p class="feed__label feed__label--{{ activity.type }} feed__label--mobile">{{ activity.type|capfirst }}</p>
<p class="feed__meta-item">{{ activity.timestamp|date:"m.d.y P e" }}</p>
<p class="feed__meta-item">{{ activity.timestamp|date:"m.d.y h:iA e" }}</p>
</div>
<div class="feed__heading">
<h4 class="feed__name">{{ activity.user }}</h4>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment