Whew. This is a big update. I did some significant keeping work. I moved all of
[mediagoblin.git] / mediagoblin / user_pages / lib.py
index 2558b06692b5c1d5ec9e4b2f2c21d161cc18c6bb..cf7b604d7d980383ed15d2b56d28b9089c650c2e 100644 (file)
@@ -78,7 +78,7 @@ def add_media_to_collection(collection, media, note=None, commit=True):
     if commit:
         Session.commit()
 
-def build_report_form(form_dict):
+def build_report_table(form_dict):
     """
     This function is used to convert a form dictionary (from a User filing a 
         report) into either a MediaReport or CommentReport object.