Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
piks3l
Respect My Net
Commits
b5cab3e7
Commit
b5cab3e7
authored
Sep 30, 2011
by
stef
Browse files
[mod] removed debug code
parent
9cee40d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bt/views.py
View file @
b5cab3e7
...
...
@@ -209,9 +209,7 @@ def view(request,id):
def
lookup
(
request
):
if
request
.
method
==
'GET'
:
form
=
SearchViolation
(
request
.
GET
)
print
'asdf'
if
form
.
is_valid
():
print
'valid asdf'
v
=
Violation
.
objects
.
filter
(
country
=
form
.
cleaned_data
[
'country'
],
operator
=
form
.
cleaned_data
[
'operator'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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