예제 #1
0
파일: mixin.py 프로젝트: PMR2/pmr2.json
    def render(self):
        """
        Return JSON representation of form if nothing was submitted.

        If something is, return appropriate error or success message.
        """

        return json_collection_view_render(self)
예제 #2
0
파일: mixin.py 프로젝트: PMR2/pmr2.json
 def render(self):
     return json_collection_view_render(self)