Insert SMS Token

<%= form_for(resource, :as => resource_name, :url => consume_sms_activation_path(resource_name), :html => { :method => :post }) do |f| %>

<%=label_tag :sms_token %>
<%=text_field_tag :sms_token, "", :maxlength => 5%>

<%= f.submit "Activate" %>

<% end %> <%= render :partial => "devise/shared/links" %>