Skip to content

Commit

Permalink
Removed redundant other_info url (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi10197 authored and SebastinSanty committed Mar 11, 2018
1 parent 79aced2 commit d21fdd3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion swd/swd/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
url(r'^create-address/', address.index, name='address'),
url(r'^other_info/', other_info.index, name='other_info'),
url(r'^cgpa/', cgpa.index, name='cgpa'),
url(r'^other_info/', other_info.index, name='other_info'),
url(r'^create-bonafide/', bonafide.index, name='bonafide'),
url(r'^create-leave/', leave.index, name='leave'),
url(r'^create-mess/', mess.index, name='mess'),
Expand Down

0 comments on commit d21fdd3

Please sign in to comment.