('comment_public_info',models.CharField(choices=[('first','Only first name'),('first_age','First name and age'),('first_last_age','First name, last name and age')],max_length=255,verbose_name='Information in the comment')),
('photos_licence',models.CharField(choices=[('CC-BY-4.0+','Creative Commons with attribution, 4.0 or later'),('CC-BY-SA-4.0+','Creative Commons with attribution and distribution onlyunder the same conditions, 4.0 or later')],max_length=255,verbose_name='Photo licence')),