Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/team.tmpl

Issue 29334171: Issue 3410 - Added date sort / format for press releases (Closed)
Patch Set: Fixed datetime call Created Feb. 9, 2016, 4 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « includes/press/releases.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pages/team.tmpl
diff --git a/pages/team.tmpl b/pages/team.tmpl
index 377b9192b74e5c55e37aed135992e47a360c90c8..4a51ba08759dadf8e0be953acb30059aec75d0f6 100644
--- a/pages/team.tmpl
+++ b/pages/team.tmpl
@@ -19,7 +19,7 @@ title=Meet the Team
{% endmacro %}
<div class="content-block columns-container four-columns">
-{%- for person in people|datesort(basedate="2011-02-22") %}
+{%- for person in people|teamsort(basedate="2011-02-22") %}
{%- if loop.index % 4 == 1 and not loop.first %}
</div>
<div class="content-block columns-container four-columns">
« no previous file with comments | « includes/press/releases.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld