diff --git a/views/issue/form.php b/views/issue/form.php
index cc3ee64..1d4633c 100644
--- a/views/issue/form.php
+++ b/views/issue/form.php
@@ -150,32 +150,6 @@
-
-
-=
-\humhub\modules\file\widgets\FilePreview::widget([
- 'id' => 'post_upload_preview_' . $issueForm->id,
- 'options' => ['style' => 'margin-top:10px'],
- 'model' => new \tracker\models\Issue,
- 'edit' => true,
-])
-?>
-
-
-
- =
- \humhub\modules\file\widgets\UploadButton::widget([
- 'id' => 'post_upload_' . $issueForm->id,
- 'model' => new \tracker\models\Issue,
- 'dropZone' => '#post_edit_' . $issueForm->id . ':parent',
- 'preview' => '#post_upload_preview_' . $issueForm->id,
- 'progress' => '#post_upload_progress_' . $issueForm->id,
- 'max' => Yii::$app->getModule('content')->maxAttachedFiles,
- ])
- ?>
-
-
-