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
bookshare
Commits
ddb55224
Commit
ddb55224
authored
May 02, 2015
by
Daniel W Bond
Browse files
didn't renamed the reverse url for the mod page
parent
7f307ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
bookshare/trades/views.py
View file @
ddb55224
...
@@ -177,7 +177,7 @@ class DeleteListing(LoginRequiredMixin, SuperuserRequiredMixin, DeleteView):
...
@@ -177,7 +177,7 @@ class DeleteListing(LoginRequiredMixin, SuperuserRequiredMixin, DeleteView):
login_url
=
'login'
login_url
=
'login'
def
get_success_url
(
self
):
def
get_success_url
(
self
):
return
reverse
(
'mod'
)
return
reverse
(
'
flag_
mod'
)
class
CreateBid
(
CreateView
):
class
CreateBid
(
CreateView
):
...
...
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