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
go
Commits
da0ccda1
Commit
da0ccda1
authored
Apr 30, 2016
by
David Haynes
Browse files
go.gmu.edu/myLinks >> go.gmu.edu/my
- personal preference
parent
8eae9229
Changes
1
Hide whitespace changes
Inline
Side-by-side
go/settings/urls.py
View file @
da0ccda1
...
...
@@ -27,7 +27,7 @@ urlpatterns = [
url
(
r
'^signup/?$'
,
go
.
views
.
signup
,
name
=
'signup'
),
# /my - My-Links page, view and review links.
url
(
r
'^my/?$'
,
go
.
views
.
my_links
,
name
=
'my_links'
),
url
(
r
'^my
Links
/?$'
,
go
.
views
.
my_links
,
name
=
'my_links'
),
# /delete/<short> - Delete a link, no content display.
url
(
r
'^delete/(?P<short>\w+)$'
,
go
.
views
.
delete
,
name
=
'delete'
),
...
...
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