The LMS comment client previously would try to parse the response as JSON, choke, and return a 500 to the client. Now, the LMS client displays a message indicating that the forums are down for maintenance.
4 lines
143 B
HTML
4 lines
143 B
HTML
<%inherit file="../main.html" />
|
|
<h1>We're sorry</h1>
|
|
<p>The forums are currently undergoing maintenance. We'll have them back up shortly!</p>
|