Ignore:
Timestamp:
Dec 3, 2013, 12:21:44 AM (12 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, stable, stage
Children:
ed7ddec
Parents:
88a856b
git-author:
Alex Dehnert <adehnert@…> (12/02/13 23:56:40)
git-committer:
Alex Dehnert <adehnert@…> (12/03/13 00:21:44)
Message:

People lookup: make the UI more reasonable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    r88a856b rd66942f  
    572572                lookup.requestor = request.user
    573573                lookup.referer = request.META['HTTP_REFERER']
    574                 results = lookup.update_classified_people()
     574                lookup.update_classified_people()
     575                results = lookup.classifications_with_descriptions()
    575576                lookup.save()
    576577        else:
     
    580581        if request.user.has_perm('forms.view_peoplestatusupdate'):
    581582            lookup = get_object_or_404(forms.models.PeopleStatusLookup, pk=int(pk))
    582             results = lookup.classified_people
     583            results = lookup.classifications_with_descriptions()
    583584            form = None
    584585        else:
Note: See TracChangeset for help on using the changeset viewer.