Changeset 13089 for main/waeup.kofa/trunk/src/waeup/kofa/browser
- Timestamp:
- 21 Jun 2015, 15:12:52 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/browser
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/interfaces.py
r11254 r13089 190 190 191 191 class IStudentNavigationBase(IKofaObject): 192 """Objects that provide student navigation (whatever it is)should192 """Objects that provide student navigation should 193 193 implement this interface. 194 194 """ 195 195 student = Attribute('''Some student object that has a ''' 196 196 ''' `display_fullname` attribute.''') 197 198 class IApplicantBase(IKofaObject):199 """Some Applicant.200 """201 display_fullname = Attribute('''Fullname.''') -
main/waeup.kofa/trunk/src/waeup/kofa/browser/layout.py
r13055 r13089 35 35 from waeup.kofa.interfaces import MessageFactory as _ 36 36 from waeup.kofa.utils.helpers import to_timezone 37 from waeup.kofa.browser.interfaces import ( 38 IStudentNavigationBase, IApplicantBase) 37 from waeup.kofa.browser.interfaces import IStudentNavigationBase 39 38 from waeup.kofa.authentication import get_principal_role_manager 40 39 -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/changepw.pt
r8777 r13089 16 16 </tbody> 17 17 </table> 18 18 <br /> 19 19 <p i18n:translate="email_address_problem"> 20 20 Enter the email address stored in Kofa. -
main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/loginpage.pt
r11254 r13089 30 30 Inititialize your student account <strong><a href="requestpw"> here</a></strong>. 31 31 </p> 32 <p i18n:translate="login_trouble3"> Or simply forgot your student id, applica tionid or password? Then request a new password32 <p i18n:translate="login_trouble3"> Or simply forgot your student id, applicant id or password? Then request a new password 33 33 <strong><a href="changepw"> here</a></strong>. 34 34 </p>
Note: See TracChangeset for help on using the changeset viewer.