Skip to content

Commit

Permalink
remove the ID field (closes: #500)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellert committed Jan 11, 2013
1 parent dac3891 commit 0f1c1c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions on/video/video.py
Expand Up @@ -32,10 +32,11 @@ class IVideo(form.Schema):
"""A video metadata object.
"""

id = schema.TextLine(
title=_(u"Id"),
required=False,
)
### disable until we know how to deal with the resulting errors:
# id = schema.TextLine(
# title=_(u"Id"),
# required=False,
# )

title = schema.TextLine(
title=_(u"Name"),
Expand Down

0 comments on commit 0f1c1c6

Please sign in to comment.