Merge pull request #99 from jedie/local_datetime_format
use locale datetime format
This commit is contained in:
commit
04d3d361c2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
<li>
|
||||
{{ post.date_published|date:"M d, Y" }}
|
||||
{{ post.date_published|date:"DATE_FORMAT" }}
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="post-detail tags">
|
||||
|
|
Loading…
Reference in a new issue