X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b70da7b8ea15ab48bb2f34155567cea6dffc8fc9..242b73b632703c856b2d4ccbad77b6f9e5ad57c7:/app/views/errors/forbidden.html.erb?ds=sidebyside diff --git a/app/views/errors/forbidden.html.erb b/app/views/errors/forbidden.html.erb index 6901ec1d5..036517bdd 100644 --- a/app/views/errors/forbidden.html.erb +++ b/app/views/errors/forbidden.html.erb @@ -1,3 +1,3 @@ -<h1>Forbidden</h1> -<p>The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)</p> -<p>Feel free to <a href="http://wiki.openstreetmap.org/wiki/Contact" title="Various contact channels explained">contact</a> the OpenStreetMap community if you have found a broken link / bug. Make a note of the exact URL of your request.</p> +<h1><%= t ".title" %></h1> +<p><%= t ".description" %></p> +<%= render :partial => "contact" %>