Skip to content

Commit

Permalink
Merge branch 'master' of ssh://bugs.oeko.net/irill/on.video
Browse files Browse the repository at this point in the history
 * add an input field for the ID
  • Loading branch information
muellert committed Jan 3, 2013
2 parents 2459b57 + 77ff100 commit 248ef4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions on/video/video.py
Expand Up @@ -32,6 +32,11 @@ class IVideo(form.Schema):
"""A video metadata object.
"""

id = schema.TextLine(
title=_(u"Id"),
required=False,
)

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

0 comments on commit 248ef4b

Please sign in to comment.