openstreetmap-website/app/views/users/blocked.html.erb
2019-03-27 16:15:19 +00:00

10 lines
378 B
Text

<% content_for :heading do %>
<h1><%= t "users.new.title" %></h1>
<div class='header-illustration new-user-main'></div>
<div class='header-illustration new-user-arm'></div>
<% end %>
<div class="message">
<h1><%= t "users.new.no_auto_account_create" %></h1>
<h2><%= raw t "users.new.contact_webmaster", :webmaster => "mailto:#{Settings.support_email}" %></h2>
</div>