The organization proposal list has been significantly changed.
It now redirects to the review page. All reviewed applications are separated from the non-reviewed ones by two lists.
This view uses the two new templates submitted in this patch.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
import os, sys
sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
import pkg_resources
pkg_resources.require('WebOb')