-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{% extends "base.jinja2" %} | ||
{% block title %}An Unknown Error Occurred{% endblock %} | ||
|
||
{% block content %} | ||
|
||
<h1>An unknown error occurred</h1> | ||
|
||
<h3>Please e-mail [email protected] with a brief description of what you were | ||
doing when this error occurred. Please include the rough time of the error as | ||
well.</h3> | ||
|
||
<hr /> | ||
|
||
<a href="/" class="btn btn-success btn-huge"> | ||
Sorry for the trouble. Touch here to return to the home page. | ||
</a> | ||
|
||
{% endblock %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters