Skip to content

Commit

Permalink
fix ErrorList not defined error
Browse files Browse the repository at this point in the history
  • Loading branch information
fuji246 committed Jan 26, 2015
1 parent 0689093 commit 0380a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bbb_django/bbb/views/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from django.contrib import messages
from django.utils.translation import ugettext_lazy as _
from django.utils.safestring import mark_safe
from django.forms.util import ErrorList

from icalendar import Calendar, Event
from calendar import monthrange
Expand Down

0 comments on commit 0380a87

Please sign in to comment.