diff --git a/app/views/topics/_form.html.erb b/app/views/topics/_form.html.erb
index 83f8cbb24..b0f3dcd28 100644
--- a/app/views/topics/_form.html.erb
+++ b/app/views/topics/_form.html.erb
@@ -7,14 +7,15 @@
<%= f.label :title, t("community.topic.form.topic_title") %>
<%= f.text_field :title, label: false %>
+
+
<%= f.label :description, t("community.topic.form.topic_description") %>
<%= f.text_area :description, label: false %>
-
<%= f.submit(class: "button", value: t("community.topic.form.#{action_name}.submit_button")) %>
-
+
<% end %>