Use YYYY-MM-DD as the pre-populated date format (thanks @harding)

This commit is contained in:
Saivann 2014-08-04 12:21:23 -04:00
parent 7c05b2f693
commit cc4d343a9e

View file

@ -43,7 +43,7 @@ map.addLayer(markers);
{% filter_for p in site.conferences sort_by:date %} {% filter_for p in site.conferences sort_by:date %}
<div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div> <div><div>{{ p.date | date:"%Y-%m-%d" }}</div><div><a href="{{ p.link | htmlescape }}">{{ p.title | htmlescape }}</a></div><div>{{ p.city | htmlescape }}, {{ p.country | htmlescape }}</div></div>
{% endfilter_for %} {% endfilter_for %}
<span><a href="https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&amp;body=date%3A%202014-00-00%0Atitle%3A%20%22%22%0Avenue%3A%20%22%22%0Aaddress%3A%20%22%22%0Acity%3A%20%22%22%0Acountry%3A%20%22%22%0Alink%3A%20%22%22">{% translate eventsubmit %}</a></span> <span><a href="https://github.com/bitcoin/bitcoin.org/issues/new?title=New%20event&amp;body=date%3A%20YYYY-MM-DD%0Atitle%3A%20%22%22%0Avenue%3A%20%22%22%0Aaddress%3A%20%22%22%0Acity%3A%20%22%22%0Acountry%3A%20%22%22%0Alink%3A%20%22%22">{% translate eventsubmit %}</a></span>
</div> </div>
<p>{% translate meetupgroup %}</p> <p>{% translate meetupgroup %}</p>