-
Notifications
You must be signed in to change notification settings - Fork 17
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
Giovanni Di Milia
committed
Jun 22, 2016
1 parent
ca84e3f
commit 7366bd2
Showing
5 changed files
with
67 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,20 @@ | ||
{% extends "base_error.html" %} | ||
{% load i18n static %} | ||
|
||
{% block title %}{% trans "MIT MicroMasters" %}{% endblock %} | ||
|
||
{% block error_header %} | ||
INTERNAL SERVER ERROR | ||
{% endblock %} | ||
|
||
{% block error_content %} | ||
<div id="page-not-found"> | ||
<p>The page you requested has problems: an engineer will be blamed for this.</p> | ||
|
||
<p>We get emails every time you see this page, keep refreshing if you're mad or just write to | ||
<a href="mailto:[email protected]">[email protected]</a></p> | ||
|
||
<iframe width="630" height="473" src="https://www.youtube.com/embed/IAIPUGO1iko" | ||
frameborder="0" allowfullscreen></iframe> | ||
</div> | ||
{% 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
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