diff --git a/plugins/community_hub/views/cms/community_hub_plugin/_hub.html.erb b/plugins/community_hub/views/cms/community_hub_plugin/_hub.html.erb
index a930611..906eae2 100644
--- a/plugins/community_hub/views/cms/community_hub_plugin/_hub.html.erb
+++ b/plugins/community_hub/views/cms/community_hub_plugin/_hub.html.erb
@@ -1,13 +1,23 @@
+
<%= _("HUB Settings:") %>
+
<%= required_fields_message %>
+
<%= required labelled_form_field(_('Title'), text_field(:article, 'name', :size => '64', :maxlength => 150)) %>
+
<%= required labelled_form_field(_('Description'), text_area(:article, 'body', :style => 'width: 99%;')) %>
+
+ <%= fields_for 'article[image_builder]', @article.image do |i| %>
+ <%= file_field_or_thumbnail(_('Image:'), @article.image, i) %>
+ <% end %>
+
+
<%= _('Twitter Settings:') %>
--
libgit2 0.21.2