diff --git a/resources/views/accounts/edit.twig b/resources/views/accounts/edit.twig
index 96f13de5a3..b793c6b9d7 100644
--- a/resources/views/accounts/edit.twig
+++ b/resources/views/accounts/edit.twig
@@ -53,7 +53,7 @@
-
+ {# panel for credit card options #}
{% if preFilled.accountRole == 'ccAsset' %}
{% endif %}
-
+ {# panel for options #}
-
+ {# category always #}
{{ ExpandedForm.text('category',data['category']) }}
-
+ {# tags #}
{{ ExpandedForm.text('tags') }}
-
+ {# box for attachments #}
{% if optionalFields.attachments %}
{% if optionalFields.attachments %}
-
+ {# attachments #}
{{ ExpandedForm.file('attachments[]', {'multiple': 'multiple','helpText': trans('firefly.upload_max_file_size', {'size': uploadSize|filesize}) }) }}
{% endif %}
{% endif %}
-
+ {# panel for options #}
-
-
+ #}
diff --git a/resources/views/admin/link/create.twig b/resources/views/admin/link/create.twig
index 83d7fe947c..45272d6079 100644
--- a/resources/views/admin/link/create.twig
+++ b/resources/views/admin/link/create.twig
@@ -22,7 +22,7 @@
-
+ {# panel for options #}
-
+ {# panel for options #}
-
+ {# panel for options #}