eggification
[Portfolio.git] / Products / Portfolio / skins / static / gitweb.js
diff --git a/skins/photo_edit_form.py b/skins/photo_edit_form.py
deleted file mode 100755 (executable)
index 29cdd09..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-##parameters=upload='', edit_metadata=''
-
-form = context.REQUEST.form
-
-if upload and \
-       context.photo_edit_control(**form) and \
-       context.setRedirect(context, 'object/view') :
-       return
-
-if edit_metadata and \
-       context.photo_metadata_edit_control(**form) and \
-       context.setRedirect(context, 'object/view', ajax=form.get('ajax', '')) :
-       return
-
-
-options = {}
-
-return context.photo_edit_template(**options)