/**
  * Add styles.css to the page's header
  */
 function get_editing_head_contributions()
 {
     $this->require_once_css();
     parent::get_editing_head_contributions();
 }