-
Notifications
You must be signed in to change notification settings - Fork 35
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
22 changed files
with
498 additions
and
516 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=""> | ||
<title>U-Report - Not Found.</title> | ||
<style> | ||
body { | ||
background-color: #FFFFFF; | ||
} | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=""> | ||
<title>U-Report - Not Found.</title> | ||
<style> | ||
body { | ||
background-color: #FFFFFF; | ||
} | ||
|
||
.logo { | ||
margin: 0 auto; | ||
margin-top: 190px; | ||
width: 100%; | ||
text-align: center; | ||
.logo { | ||
margin: 0 auto; | ||
margin-top: 190px; | ||
width: 100%; | ||
text-align: center; | ||
|
||
} | ||
} | ||
|
||
.message { | ||
margin-top: 18px; | ||
color: #333; | ||
font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; | ||
font-size: 14px; | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="logo"> | ||
<img src="/sitestatic/img/logo_placeholder.png" alt="" /> | ||
</div> | ||
<div class="message"> | ||
Sorry, that page wasn't found. | ||
We've been notified of the error. | ||
<br> | ||
</div> | ||
</body> | ||
.message { | ||
margin-top: 18px; | ||
color: #333; | ||
font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; | ||
font-size: 14px; | ||
text-align: center; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="logo"> | ||
<img src="/sitestatic/img/logo_placeholder.png" alt="" /> | ||
</div> | ||
<div class="message"> | ||
Sorry, that page wasn't found. | ||
We've been notified of the error. | ||
<br> | ||
</div> | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -1,66 +1,66 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=""> | ||
<title>U-Report Problem - Uh oh!</title> | ||
<style> | ||
body { | ||
background-color: #FFFFFF; | ||
font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; | ||
} | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="description" content=""> | ||
<meta name="keywords" content=""> | ||
<title>U-Report Problem - Uh oh!</title> | ||
<style> | ||
body { | ||
background-color: #FFFFFF; | ||
font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; | ||
} | ||
|
||
.logo { | ||
width: 100%; | ||
text-align: center; | ||
margin: 140px auto 50px; | ||
} | ||
.logo { | ||
width: 100%; | ||
text-align: center; | ||
margin: 140px auto 50px; | ||
} | ||
|
||
h3 { | ||
margin-top: 22px; | ||
color: #333; | ||
font-size: 18px; | ||
text-align: center; | ||
} | ||
h3 { | ||
margin-top: 22px; | ||
color: #333; | ||
font-size: 18px; | ||
text-align: center; | ||
} | ||
|
||
h4 {} | ||
h4 {} | ||
|
||
.message { | ||
margin: 0 auto; | ||
color: #333; | ||
font-size: 14px; | ||
width: 500px; | ||
} | ||
.message { | ||
margin: 0 auto; | ||
color: #333; | ||
font-size: 14px; | ||
width: 500px; | ||
} | ||
|
||
.reference { | ||
padding: 20px; | ||
background: #f3f3f3; | ||
font-size: 14px; | ||
text-align: center; | ||
width: 460px; | ||
margin: 30px auto 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="logo"> | ||
<img src="/sitestatic/img/logo_placeholder.png" alt="" /> | ||
</div> | ||
<div style="text-align: center;"> | ||
<h3>Sometimes bad things happen to good people.</h3> | ||
</div> | ||
<div class="message"> | ||
While we do our best to write bug-free code, every now and again things do go wrong. Good news though! | ||
We've already been notified of the problem. | ||
<br /> | ||
<br /> | ||
</div> | ||
{% if request.sentry.id %} | ||
<div class="reference"> | ||
If you'd like to contact us about this error, please be sure to include your reference number | ||
<b>{{ request.sentry.id }}</b> | ||
</div> | ||
{% endif %} | ||
</body> | ||
.reference { | ||
padding: 20px; | ||
background: #f3f3f3; | ||
font-size: 14px; | ||
text-align: center; | ||
width: 460px; | ||
margin: 30px auto 0; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div class="logo"> | ||
<img src="/sitestatic/img/logo_placeholder.png" alt="" /> | ||
</div> | ||
<div style="text-align: center;"> | ||
<h3>Sometimes bad things happen to good people.</h3> | ||
</div> | ||
<div class="message"> | ||
While we do our best to write bug-free code, every now and again things do go wrong. Good news though! | ||
We've already been notified of the problem. | ||
<br /> | ||
<br /> | ||
</div> | ||
{% if request.sentry.id %} | ||
<div class="reference"> | ||
If you'd like to contact us about this error, please be sure to include your reference number | ||
<b>{{ request.sentry.id }}</b> | ||
</div> | ||
{% endif %} | ||
</body> | ||
</html> |
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
Oops, something went wrong.