Skip to content

Commit e9a4d2a

Browse files
committed
Added missing import.
1 parent fe53c1c commit e9a4d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tagging/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from django.utils.translation import ugettext as _
44
from django.core.urlresolvers import reverse
55
from tagging import settings
6+
from tagging.forms import TagAdminForm
67

78
admin.site.register(TaggedItem)
89

0 commit comments

Comments
 (0)