protected function getCSRF()
 {
     /**
      * We override to get the CSRF as an HTML input
      */
     list($key, $value) = parent::getCSRF();
     return "<input type=\"hidden\" name=\"{$key}\" value=\"{$value}\"/>";
 }