Commit 940888da by Nate Hardison

Use bugs email from settings, not hardcoded value

parent 2ab00eef
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<p>Something went wrong. Check to make sure the URL you went to was <p>Something went wrong. Check to make sure the URL you went to was
correct -- e-mail programs will sometimes split it into two correct -- e-mail programs will sometimes split it into two
lines. If you still have issues, e-mail us to let us know what happened lines. If you still have issues, e-mail us to let us know what happened
at <a href="mailto:bugs@edx.org">bugs@edx.org</a>.</p> at <a href="mailto:${settings.BUGS_EMAIL}">${settings.BUGS_EMAIL}</a>.</p>
<p>Or you can go back to the <a href="/">home page</a>.</p> <p>Or you can go back to the <a href="/">home page</a>.</p>
</section> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment