Skip to content

Commit

Permalink
#212 edit project sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylampada committed Dec 21, 2013
1 parent 59aaa21 commit 78c122e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions djangoproject/sandbox/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
urlpatterns = patterns('sandbox.views',
url(r'^$', 'home'),
url(r'^issue$', 'issue'),
url(r'^project_edit', direct_to_template, {'template': 'core2/project_edit.html'}),
url(r'^project', 'project'),
# url(r'^project_page$', direct_to_template, {'template': 'sandbox/project.html'}),
url(r'^faq$', direct_to_template, {'template': 'core2/faq.html'}),
Expand Down

0 comments on commit 78c122e

Please sign in to comment.