diff --git a/templates/zerobin/create.html.ep b/templates/zerobin/create.html.ep
index e0f5165..a43eac0 100644
--- a/templates/zerobin/create.html.ep
+++ b/templates/zerobin/create.html.ep
@@ -10,9 +10,6 @@
<%= form_for "/zerobin" => (method => 'POST', enctype => "multipart/form-data") => begin %>
-
- <%= submit_button l('Save') %>
-
<%= tag 'label' => (for => 'expire') => l('Keep for') %>:
<%= select_field 'expire' => \@times %>
@@ -30,6 +27,7 @@
<%= tag 'textarea' => (placeholder => l('Paste your text here'), %opts) => '' %>
+ <%= submit_button l('Save') %>
<% end %>
% my $result = (flash 'result') || '';