diff --git a/application/controllers/Station.php b/application/controllers/Station.php index cf519e9a7..be62fd1f2 100644 --- a/application/controllers/Station.php +++ b/application/controllers/Station.php @@ -36,8 +36,9 @@ class Station extends CI_Controller if ($this->form_validation->run() == FALSE) { $data['page_title'] = __("Create Station Location"); + $data['gridsquare'] = $this->input->post('gridsquare'); $this->load->view('interface_assets/header', $data); - $this->load->view('station_profile/create'); + $this->load->view('station_profile/create', $data); $this->load->view('interface_assets/footer'); } else { $this->stations->add(); diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php index 3375ef2cb..e242f4440 100644 --- a/application/views/station_profile/create.php +++ b/application/views/station_profile/create.php @@ -139,7 +139,7 @@ if ($dxcc_list->result() > 0) {