/**
  * Gets our place (or places) with address and links as HTML, not RTE'ed yet,
  * separated by LF.
  *
  * Returns a localized string "will be announced" if the seminar has no
  * places set.
  *
  * @return string our places description (or '' if there is an error)
  */
 public function getPlaceWithDetailsRaw()
 {
     return parent::getPlaceWithDetailsRaw();
 }