X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Furls.py;h=1d6fae8a957c22ecc57fcc224b7076de6d64a385;hb=c95c98421985b3d3bcc371d665cf5efb65d2882b;hp=905858c13b3bc7652e364dcb2a9ef2dcc2fa8f26;hpb=8cd0d0762c9a12848bbbaa352e1eb0e5f5653743;p=unfold.git diff --git a/portal/urls.py b/portal/urls.py index 905858c1..1d6fae8a 100644 --- a/portal/urls.py +++ b/portal/urls.py @@ -48,6 +48,7 @@ from portal.univbrisview import UnivbrisView from portal.univbrisvtam import UnivbrisVtam from portal.manualdelegationview import ManualDelegationView +from portal.releasenotesview import ReleaseNotesView from portal.servicedirectory import ServiceDirectoryView @@ -104,6 +105,7 @@ urlpatterns = patterns('', url(r'^project_request/?$', ProjectRequestView.as_view(), name='project_request'), url(r'^terms/?$', TermsView.as_view(), name='terms'), url(r'^manual_delegation/?$', ManualDelegationView.as_view(), name='manual_delegation'), + url(r'^release_notes/?$', ReleaseNotesView.as_view(), name='release_notes'), # Validate pending requests url(r'^validate/?$', ValidatePendingView.as_view()), # http://stackoverflow.com/questions/2360179/django-urls-how-to-pass-a-list-of-items-via-clean-urls