diff --git a/app/views/themengruppen/_form.html.erb b/app/views/themengruppen/_form.html.erb
index 8022d0b..e8c5f15 100644
--- a/app/views/themengruppen/_form.html.erb
+++ b/app/views/themengruppen/_form.html.erb
@@ -8,6 +8,7 @@
<% end %>
<%= f.actions do %>
- <%= f.action :submit, :as => :input %>
+ <%= f.action :submit, :as => :input %>
+ <%= f.action :cancel,:label => I18n.t("common.back"), :as => :link %>
<% end %>
<% end %>