diff --git a/app/assets/fonts/icons.eot b/app/assets/fonts/icons.eot
index fed38cb4b..3046c50cc 100644
Binary files a/app/assets/fonts/icons.eot and b/app/assets/fonts/icons.eot differ
diff --git a/app/assets/fonts/icons.svg b/app/assets/fonts/icons.svg
index 602058baf..c107e740d 100644
--- a/app/assets/fonts/icons.svg
+++ b/app/assets/fonts/icons.svg
@@ -44,4 +44,5 @@
<%= t("pages.verify.info") %>
+ +
+ ++ <%= t("pages.verify.info_code") %> +
+ + <%= f.text_field :verification_code, label: t("pages.verify.code"), placeholder: t("pages.verify.code") %> + + <%= f.submit(class: "button radius success expand", value: t("pages.verify.submit")) %> + <% end %>