diff --git a/resources/views/accounts/template.blade.php b/resources/views/accounts/template.blade.php
index 43cd16e8aaa6..11cb0b3d5c5b 100644
--- a/resources/views/accounts/template.blade.php
+++ b/resources/views/accounts/template.blade.php
@@ -89,10 +89,10 @@
-
+
@include('partials/quill_toolbar', ['name' => $field])
-
+
{!! Button::normal(trans('texts.raw'))->withAttributes(['onclick' => 'showRaw("'.$field.'")'])->small() !!}
{!! Button::primary(trans('texts.preview'))->withAttributes(['onclick' => 'serverPreview("'.$field.'")'])->small() !!}