diff --git a/templates/FormView.php b/templates/FormView.php
index 4ae2066..bd29788 100644
--- a/templates/FormView.php
+++ b/templates/FormView.php
@@ -67,9 +67,6 @@ class FormView extends SubTemplate
echo '
';
- if (isset($field['before']))
- echo $field['before'];
-
if ($field['type'] !== 'checkbox')
if (isset($field['label']))
echo '
@@ -119,9 +116,6 @@ class FormView extends SubTemplate
$this->renderText($field_id, $field);
}
- if (isset($field['after']))
- echo ' ', $field['after'];
-
if ($field['type'] !== 'checkbox')
echo '
';