/**
  * @see Form::readParameters()
  */
 public function readParameters()
 {
     parent::readParameters();
     // get contest
     if (!$this->contest->isPriceable()) {
         throw new PermissionDeniedException();
     }
 }