I UNDERSTAND COMPLETELY
git-svn-id: http://yolanda.mister-muffin.de/svn@420 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
parent
05bdaab9f0
commit
7b80b1934c
1 changed files with 3 additions and 3 deletions
|
@ -59,7 +59,7 @@ class UploadController(BaseController):
|
|||
|
||||
# set up database entry
|
||||
|
||||
raise RuntimeError
|
||||
# raise RuntimeError
|
||||
|
||||
video = model.Video(
|
||||
|
||||
|
@ -67,8 +67,8 @@ class UploadController(BaseController):
|
|||
dc_title = request.params['dc_title'],
|
||||
dc_alternative = request.params['dc_title'],
|
||||
|
||||
dc_subject = [model.DC_Subject(name=u'lol'), model.DC_Subject(name=u'wut')],
|
||||
# dc_subject = self.getsubjects(),
|
||||
# dc_subject = [model.DC_Subject(name=u'lol'), model.DC_Subject(name=u'wut')],
|
||||
dc_subject = self.getsubjects(),
|
||||
# dc_creator = model.DC_Creator(name = request.params['dc_creator']),
|
||||
|
||||
dc_abstract = request.params['dc_abstract'],
|
||||
|
|
Loading…
Reference in a new issue