From 2e5d2ad3cbe88a3aaeffc98907023326cf31a625 Mon Sep 17 00:00:00 2001 From: Chris Van Date: Wed, 24 Aug 2011 18:16:45 -0700 Subject: [PATCH] update Collections subnav to reflect new sort options (bug 681808) --- apps/amo/templates/amo/site_nav.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/amo/templates/amo/site_nav.html b/apps/amo/templates/amo/site_nav.html index 3aea821a52b..b4d2fcacc2b 100644 --- a/apps/amo/templates/amo/site_nav.html +++ b/apps/amo/templates/amo/site_nav.html @@ -18,6 +18,12 @@ {% endmacro %} +{% set collection_extras = ( + ('featured', _('Featured')), + ('users', _('Most Subscribers')), + ('created', _('Newest')), +) %} +