- Timestamp:
- 8 Aug 2016, 08:24:34 (8 years ago)
- Location:
- main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/applicants/browser.py
r13187 r14058 102 102 103 103 @property 104 def note(self): 105 note = getattr(self.context.__parent__, 'application_slip_notice', None) 106 if note: 107 return '<br /><br />' + note 108 pronoun = 'S/he' 109 if self.context.sex == 'm': 110 pronoun = 'He' 111 else: 112 pronoun = 'She' 113 return '''<br /><br /> 114 The applicant has declared that: 115 116 a) %s is not a member of any secret cult and will not join any. 117 b) %s will not engage in any cult activities. 118 c) %s will not be involved in any acts of terrorism, rape, robbery, fighting, illegal gathering and 119 any activities that could disrupt peace on campus. 120 d) %s does not have and will not acquire any form of weapon, fire arms, gun knife or any weapon 121 that can cause damage to life and property. 122 e) %s will strive to be worthy in character and learning at all times. 123 124 The applicant has acknowledged that offences will automatically lead to the expulsion from the 125 Polytechnic and also be dealt with in accordance with the law of the land. 126 127 The applicant promises to abide by all the Rules and Regulations of the Polytechnic if offered 128 admission. 129 ''' % ( 130 pronoun, pronoun, pronoun, pronoun, pronoun) 131 132 @property 104 133 def form_fields(self): 105 134 form_fields = grok.AutoFields(ICustomUGApplicant) -
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/locales/en/LC_MESSAGES/waeup.kofa.po
r13543 r14058 101 101 "The portal is in maintenance mode. The contact form is temporarily disabled." 102 102 msgstr "FORM DISABLED TILL FURTHER NOTICE" 103 104 msgid "" 105 "I confirm that the Passport Photograph uploaded on this form is a true " 106 "picture of me." 107 msgstr "" 108 "I declare that: a) I am not a member of any secret cult and will not join " 109 "any. b) I will not engage in any cult activities. c) I will not be involved " 110 "in any acts of terrorism, rape, robbery, fighting, illegal gatheringand any " 111 "activities that could disrupt peace on campus. d) I do not have and will not " 112 "acquire any form of weapon, fire arms, gun knife or anyweapon that can cause " 113 "damage to life and property. e) I will strive to be worthy in character and " 114 "learning at all times. If I should engage in any of these practices, I WILL " 115 "be automatically expelled from the Polytechnic and also be dealt with in " 116 "accordance with the law of the land. f) I promise to abide by all the Rules " 117 "and Regulations of the Polytechnic if offered admission." 118 119 msgid "Passport picture confirmation box not ticked." 120 msgstr "Declaration confirmation box not ticked."
Note: See TracChangeset for help on using the changeset viewer.