diff --git a/vendor/engines/adva_forum/app/views/topics/new.html.erb b/vendor/engines/adva_forum/app/views/topics/new.html.erb index 296fce50b..add9eb995 100644 --- a/vendor/engines/adva_forum/app/views/topics/new.html.erb +++ b/vendor/engines/adva_forum/app/views/topics/new.html.erb @@ -1,4 +1,5 @@

New topic

+<%= error_messages_for :topic %> <% form_for :topic, :url => topics_path(@section) do |f| -%> <%= render :partial => 'form', :locals => {:f => f} %>