Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
f7b60d5d
Commit
f7b60d5d
authored
Sep 15, 2016
by
Sébastiaan Versteeg
Browse files
Fix PEP error
parent
23b42e53
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/events/admin.py
View file @
f7b60d5d
...
...
@@ -13,6 +13,7 @@ from activemembers.models import Committee
from
members.models
import
Member
from
.
import
models
def
_do_next
(
request
,
response
):
if
'next'
in
request
.
GET
and
is_safe_url
(
request
.
GET
[
'next'
]):
return
HttpResponseRedirect
(
request
.
GET
[
'next'
])
...
...
Write
Preview
Supports
Markdown
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