Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
roomlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SRCT
roomlist
Commits
061df837
Commit
061df837
authored
Oct 11, 2015
by
Daniel W Bond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renamed update url
parent
c9f74b70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
roomlist/accounts/urls.py
roomlist/accounts/urls.py
+2
-2
No files found.
roomlist/accounts/urls.py
View file @
061df837
...
...
@@ -27,8 +27,8 @@ urlpatterns = patterns('',
cache_page
(
60
*
2
)(
DetailStudent
.
as_view
()),
name
=
'detail_student'
),
url
(
r
'^student/(?P<slug>[\w-]+)/
welcome
/$'
,
cache_page
(
60
*
15
)(
UpdateStudent
.
as_view
()),
url
(
r
'^student/(?P<slug>[\w-]+)/
settings
/$'
,
cache_page
(
4
)(
UpdateStudent
.
as_view
()),
name
=
'updateStudent'
),
url
(
r
'^settings/$'
,
...
...
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