Typo in url reverse name
`liste_bda_diff` -> `liste_bdadiff`
This commit is contained in:
parent
1aed36330f
commit
7742ad999f
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ urlpatterns = [
|
|||
name="utile_bda"),
|
||||
url(r'^utile_bda/bda_diff$',
|
||||
cof_views.liste_bdadiff,
|
||||
name="liste_bda_diff"),
|
||||
name="liste_bdadiff"),
|
||||
url(r'^utile_cof/diff_cof$',
|
||||
cof_views.liste_diffcof,
|
||||
name="liste_diffcof"),
|
||||
|
|
Loading…
Reference in a new issue