Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
note to fix. issue #29.
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanhelmig committed Mar 23, 2012
1 parent 486df57 commit def635d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions knowledge/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
OPTIONAL_FIELDS = ['alert']


__todo__ = """
This is serious badness. Really? Functions masquerading as
clases? Lame. This should be fixed. Sorry.
~bryan
"""


def QuestionForm(user, *args, **kwargs):
"""
Build and return the appropriate form depending
Expand Down

0 comments on commit def635d

Please sign in to comment.