diff --git a/app/views/layouts/registrant/application.html.erb b/app/views/layouts/registrant/application.html.erb
index f8108d0e0..075ac4652 100644
--- a/app/views/layouts/registrant/application.html.erb
+++ b/app/views/layouts/registrant/application.html.erb
@@ -1,86 +1,86 @@
-
-
-
- <% if content_for? :head_title %>
- <%= yield :head_title %>
- <% else %>
-
- <%= t(:registrant_head_title) %>
-
- <% end %>
- <%= csrf_meta_tags %>
- <%= stylesheet_link_tag 'registrant-manifest', media: 'all' %>
- <%= favicon_link_tag 'favicon.ico' %>
-
-
-
-
-
- <%= render 'shared/flash' %>
- <%= yield %>
-
-