Skip to content

Commit

Permalink
added a trailing slash to an old url
Browse files Browse the repository at this point in the history
  • Loading branch information
esoergel committed May 20, 2013
1 parent 3c501c8 commit b516e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
),
# this is a better dummy1 implementation (with no additional context passed)
# url(
# r"^dummy1$",
# r"^dummy1/$",
# direct_to_template,
# {"template": "dummy.html"},
# name="dummy1"
Expand Down

0 comments on commit b516e6a

Please sign in to comment.