diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php
index 3a2d5b254f..766d0beb97 100644
--- a/resources/views/reports/custom.blade.php
+++ b/resources/views/reports/custom.blade.php
@@ -35,12 +35,13 @@
- {{ Form::open([
- 'method' => 'post',
- 'class' => 'form-horizontal',
- 'id' => 'custom-report-form',
- 'url' => request()->routeIs('report-templates.edit') ? route('report-templates.update', $template) : '/reports/custom',
- ]) }}
+
- {{ Form::close() }}
+