diff options
-rw-r--r-- | lib/views/help/contact.nb.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/views/help/contact.nb.html.erb b/lib/views/help/contact.nb.html.erb index 9369943..a3f307b 100644 --- a/lib/views/help/contact.nb.html.erb +++ b/lib/views/help/contact.nb.html.erb @@ -59,6 +59,11 @@ <%= f.text_area :message, :rows => 10, :cols => 60 %> </p> + <p style="display:none;"> + <%= f.label :comment, 'Do not fill in this field' %> + <%= f.text_field :comment %> + </p> + <% if !@last_request.nil? %> <p> <label class="form_label" for="contact_message">Inkluder lenke til henvendelse:/label> |