Skip to content

Commit

Permalink
update TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
aniversarioperu committed Nov 10, 2014
1 parent f7e5b10 commit 0bcbf40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions proyectos_de_ley/pdl/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def about(request):


def search(request):
# TODO: include seguimientos in search fields so that input can be Ley
# Number and output the proyecto that originated such law.
if 'q' in request.GET:
query = request.GET['q']
query = sanitize(query)
Expand Down
1 change: 0 additions & 1 deletion proyectos_de_ley/search_advanced/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@


def index(request):
# TODO: server error (500) when date input is wrong (need to check on site)
if request.method == 'GET':
form = forms.SearchAdvancedForm(request.GET)
if form.is_valid():
Expand Down

0 comments on commit 0bcbf40

Please sign in to comment.