diff --git a/controllers/CharactergroupsqueststationsController.inc b/controllers/CharactergroupsqueststationsController.inc
index 294dc05e..6300524d 100644
--- a/controllers/CharactergroupsqueststationsController.inc
+++ b/controllers/CharactergroupsqueststationsController.inc
@@ -250,6 +250,8 @@
$validation = $this->Validation->addValidationResult($validation, 'title', 'exist', true);
}
$task = $this->request->getPostParam('task');
+ $longitude = $this->request->getPostParam('longitude');
+ $latitude = $this->request->getPostParam('latitude');
$rightText = $this->request->getPostParam('rightText');
$wrongText = $this->request->getPostParam('wrongText');
@@ -418,6 +420,8 @@
$validation = $this->Validation->addValidationResult($validation, 'title', 'exist', true);
}
$task = $this->request->getPostParam('task');
+ $longitude = $this->request->getPostParam('longitude');
+ $latitude = $this->request->getPostParam('latitude');
$rightText = $this->request->getPostParam('rightText');
$wrongText = $this->request->getPostParam('wrongText');
diff --git a/views/html/charactergroupsqueststations/create.tpl b/views/html/charactergroupsqueststations/create.tpl
index af5be153..2921112b 100644
--- a/views/html/charactergroupsqueststations/create.tpl
+++ b/views/html/charactergroupsqueststations/create.tpl
@@ -60,6 +60,9 @@