from owrx.form import Input # TODO: generalize # TODO: cachebuster class AvatarInput(Input): def render_input(self, value): return """
Receiver avatar
""".format( id=self.id ) class TopPhotoInput(Input): def render_input(self, value): return """
Receiver Panorama
""".format( id=self.id )