|
|
@@ -19,7 +19,7 @@ class Site |
|
|
|
|
|
|
|
# New applications page |
|
|
|
apps = ScraperWiki.select("* from `applications` order by date_received desc limit 30") |
|
|
|
Petrify.write_page('new-applications', 'new', { apps: apps }) |
|
|
|
Petrify.write_page('new-applications', 'new-applications', { apps: apps }) |
|
|
|
|
|
|
|
# Latest decisions page |
|
|
|
apps = ScraperWiki.select("* from `applications` order by date_decision desc limit 30") |
|
|
|