|
|
|
|
@ -25,6 +25,8 @@ urlpatterns = patterns('', |
|
|
|
|
url(r'^(?P<some>.*)/(?P<event>.*)/uchastie.html$', old_redirect, {'redirect_url': '{event_catalog}{event_url}/service/participation/'}), |
|
|
|
|
url(r'^(?P<some>.*)/(?P<event>.*)/ad.html$', old_redirect, {'redirect_url': '{event_catalog}{event_url}/service/participation/'}), |
|
|
|
|
url(r'^(?P<some>.*)/(?P<event>.*)/mobilestand.html$', old_redirect, {'redirect_url': '{event_catalog}{event_url}/service/participation/'}), |
|
|
|
|
url(r'^(?P<some>.*)/(?P<event>.*)/catalogue.html$', old_redirect, {'redirect_url': '{event_catalog}{event_url}/'}), |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# company |
|
|
|
|
url(r'^company/(?P<company>.*)$', old_redirect, {'redirect_url': '/members/{company}/'}), |
|
|
|
|
|