Allow students to see and comment on withdrawn and ineligible proposals, hide withdraw button for those proposals.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
from django.conf.urls.defaults import *urlpatterns = patterns('', (r'^$', 'examples.views.index'), (r'^hello/', include('examples.hello.urls')),)