Permalink
Cannot retrieve contributors at this time
15 lines (15 sloc)
524 Bytes
| <!DOCTYPE html> | |
| <html lang="{{ localeInfo.lang }}" dir="{{ localeInfo.direction }}"> | |
| <head> | |
| {{ newrelic.getBrowserTimingHeader() | safe }} | |
| <title>{{ gettext("errorTitle") }} {{status}}</title> | |
| <link rel="stylesheet" href="/static/stylesheets/error.css"> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <img src="/static/images/webmaker-loose-thread.png" alt="Webmaker logo"> | |
| <p>{{status}}: {{message}}</p> | |
| <p>{{ gettext("errorMessage") | instantiate | safe }}</p> | |
| </div> | |
| </body> | |
| </html> |