From f8a2e9fe01bce5204aa253f9f216053c6167c990 Mon Sep 17 00:00:00 2001 From: andersonfrailey Date: Tue, 27 Mar 2018 13:44:07 -0400 Subject: [PATCH] change dropdown order --- webapp/apps/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/apps/constants.py b/webapp/apps/constants.py index bb7e5cd6..d93f9eb2 100644 --- a/webapp/apps/constants.py +++ b/webapp/apps/constants.py @@ -18,7 +18,7 @@ START_YEARS = ('2013', '2014', '2015', '2016', '2017', '2018') START_YEAR = os.environ.get('START_YEAR', '2017') -DATA_SOURCES = ('CPS', 'PUF') +DATA_SOURCES = ('PUF', 'CPS') DEFAULT_SOURCE = os.environ.get('DEFAULT_SOURCE', 'PUF') TAXCALC_VERS_RESULTS_BACKWARDS_INCOMPATIBLE = "0.13.0"