--- MPIWGWeb/MPIWGStaff.py 2008/09/05 14:08:24 1.10.2.57 +++ MPIWGWeb/MPIWGStaff.py 2008/09/08 08:07:42 1.10.2.59 @@ -163,7 +163,7 @@ class MPIWGStaff(CatalogAware,ZSQLExtend self.publicationSelectionMode=publicationSelectionMode if RESPONSE: - self.redirect(RESPONSE,"Current work:


" + ret+="

Current work:


" ret+=person.current_work+"
" - - ret+="
" - ret+=self.formatAscii(person.cv) + if (person.cv) and (not person.cv==""): + ret+="

Curriculum Vitae:


" + ret+=self.formatAscii(person.cv) return ret security.declareProtected('View management screens','editDownloads')