Ignore:
Timestamp:
Nov 13, 2012, 5:29:14 AM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
6fa456d
Parents:
bcd1b62
git-author:
Alex Dehnert <adehnert@…> (11/13/12 05:27:13)
git-committer:
Alex Dehnert <adehnert@…> (11/13/12 05:29:14)
Message:

Membership update: move deadlines into the DB

Move the "Deadlines and Enforcement" section of the membership update form from
the template into the database, so people who aren't DB maintainers can update
the deadlines for future cycles. Fixes ASA-#176.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/models.py

    rbda4d86 rc7b6a3a  
    141141    slug = models.SlugField(unique=True, )
    142142    create_date = models.DateTimeField(default=datetime.datetime.now)
     143    deadlines = models.TextField(blank=True)
    143144
    144145    def __unicode__(self, ):
Note: See TracChangeset for help on using the changeset viewer.