]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/errors/forbidden.html.erb
Merge remote-tracking branch 'upstream/pull/4728'
[rails.git] / app / views / errors / forbidden.html.erb
index 4c3fb30d21228dc464b8b33e28ee945b18f3972c..036517bddc65d90d570fefc4ba4df62f5af80391 100644 (file)
@@ -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" %>