X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=blobdiff_plain;f=urls.py;fp=urls.py;h=0899686506eef0093f63f750e5197d61c231f258;hp=4dfe4a745db58bbee3d43dfeae14456f1cb1d7e3;hb=168bcdd32a7d14c7958e840153644a3f4bc38b8e;hpb=f9e9a9887e50844d6cf999a7232cb999583782f1 diff --git a/urls.py b/urls.py index 4dfe4a7..0899686 100644 --- a/urls.py +++ b/urls.py @@ -29,8 +29,8 @@ urlpatterns = patterns('', (r'^logout/', 'django.contrib.auth.views.logout', {'next_page': '/'}), (r'^inscricao/', views.inscricao), - (r'^inscrever_palestra/', views.inscrever_palestra), - (r'^cadastro/', views.cadastro), + (r'^submeter_trabalho/', views.submeter_trabalho), + (r'^cadastro_palestrante/', views.cadastro_palestrante), (r'^meus_trabalhos/', views.meus_trabalhos), (r'^chamada_trabalhos/', views.chamada_trabalhos),