Ignore:
Timestamp:
Jan 29, 2010, 5:32:03 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
9486442
Parents:
064683a
git-author:
Alex Dehnert <adehnert@…> (01/29/10 05:32:03)
git-committer:
Alex Dehnert <adehnert@…> (01/29/10 05:32:03)
Message:

Revert e0689aa551b3a4489dcfed08ed1a829c1412cdc1

It appears to break things horribly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • treasury/vouchers/views.py

    re0689aa r17193ee  
    4040
    4141class SelectRequestBasicsForm(Form):
    42     area = None
     42    area = CommitteesField()
    4343    term = ModelChoiceField(queryset = BudgetTerm.objects.all())
    44     def __init__(self, *args, **kargs):
    45         self.area = CommitteesField()
    4644
    4745@user_passes_test(lambda u: u.is_authenticated())
Note: See TracChangeset for help on using the changeset viewer.