Changeset 13104 for main/waeup.kofa/trunk/src
- Timestamp:
- 26 Jun 2015, 09:04:51 (10 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/interfaces.py
r13089 r13104 449 449 450 450 def writeLogMessage(view, comment): 451 """Add s an INFO message to the log file451 """Add an INFO message to the log file. 452 452 """ 453 453 454 454 def createStudent(): 455 """Create a student object from applica tnt data456 and copy applicant object.455 """Create a student object from applicant data and copy 456 passport image and application slip. 457 457 """ 458 458 -
main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/clearanceeditpage.pt
r11254 r13104 22 22 </tbody> 23 23 </table> 24 24 <br /> 25 25 <div tal:condition="view/availableActions"> 26 26 <input tal:repeat="action view/actions"
Note: See TracChangeset for help on using the changeset viewer.