forked from DGNum/gestioCOF
cof -- Fix urls naming related to registration
This commit is contained in:
parent
7160a9c954
commit
0921f32e4c
3 changed files with 4 additions and 3 deletions
|
@ -70,7 +70,8 @@ urlpatterns = [
|
|||
url(r'^registration/empty$', gestioncof_views.registration_form2,
|
||||
name="empty-registration"),
|
||||
# Autocompletion
|
||||
url(r'^autocomplete/registration$', autocomplete),
|
||||
url(r'^autocomplete/registration$', autocomplete,
|
||||
name='cof.registration.autocomplete'),
|
||||
url(r'^user/autocomplete$', gestioncof_views.user_autocomplete,
|
||||
name='cof-user-autocomplete'),
|
||||
# Interface admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue