Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
advisor
Commits
8fc3b326
Commit
8fc3b326
authored
Mar 02, 2014
by
Ben Waters
Browse files
gettings rid of views. blah
parent
7a461fb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
advisor/mainapp/urls.py
View file @
8fc3b326
...
...
@@ -23,7 +23,7 @@ urlpatterns = patterns('',
url
(
r
'^build/'
,
build_trajectory
,
name
=
'build'
),
#url(r'^student/(?P<slug>[^/]+)/$', DetailStudent.as_view(),
#name='detail-student'),
url
(
r
'^profile/'
,
views
.
profile
,
name
=
'profile-detail'
),
url
(
r
'^profile/'
,
profile
,
name
=
'profile-detail'
),
#name='profile'),
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment