Added listing of accepted and rejected proposals to the organization proposal page.
The link will redirect to the public page where comments can still be placed.
Patch by: Madhusudan.C.S
Reviewed by: Lennard de Rijk
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()