Use the correct logo URL on error pages
This commit is contained in:
parent
f7df396cf2
commit
1bafa8d41c
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<body>
|
||||
<img src="http://www.openstreetmap.org/images/osm_logo.png" style="float:left; margin:10px">
|
||||
<img src="/assets/osm_logo.png" style="float:left; margin:10px">
|
||||
<div style="float:left;">
|
||||
<h1>Forbidden</h1>
|
||||
<p>The operation you requested on the OpenStreetMap server is only available to administrators (HTTP 403)</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue