Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Removed unused url
Browse files Browse the repository at this point in the history
  • Loading branch information
msinovcic committed Jul 15, 2015
1 parent 226345f commit 664cb92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oneplus/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
url(r"^sumit$", oneplus.learn_views.sumit, name="learn.sumit"),
url(r"^sumit_right$", oneplus.learn_views.sumit_right, name="learn.sumit_right"),
url(r"^sumit_wrong$", oneplus.learn_views.sumit_wrong, name="learn.sumit_wrong"),
url(r"^discuss$", oneplus.learn_views.discuss, name="learn.discuss"),
url(r"^preview/(?P<questionid>\d+)$",
oneplus.learn_views.adminpreview,
name="learn.preview"),
Expand Down

0 comments on commit 664cb92

Please sign in to comment.