Skip to content

Commit

Permalink
fixup! Fixed broken tests, saner url namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
EliotBerriot committed Jun 16, 2018
1 parent e5a5541 commit b05ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_preferences/users/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
name="user"),
url(r'^(?P<section>[\w\ ]+)$',
login_required(views.UserPreferenceFormView.as_view()),
name="section"),
name="user.section"),
]

0 comments on commit b05ec1e

Please sign in to comment.