Merge pull request #775 from MITx/hotfix/rocha/404-email-address

Fix display of email address on 404 pages
This commit is contained in:
Calen Pennington
2012-09-26 10:37:26 -07:00

View File

@@ -4,5 +4,5 @@
<section class="outside-app">
<h1>Page not found</h1>
<p>The page that you were looking for was not found. Go back to the <a href="/">homepage</a> or let us know about any pages that may have been moved at <a href="mailto:technical@edx.org">technical@edx.edu</a>.</p>
<p>The page that you were looking for was not found. Go back to the <a href="/">homepage</a> or let us know about any pages that may have been moved at <a href="mailto:technical@edx.org">technical@edx.org</a>.</p>
</section>