Files
edx-platform/lms/templates/discussion/maintenance.html
2013-07-31 19:39:15 -04:00

5 lines
217 B
HTML

<%! from django.utils.translation import ugettext as _ %>
<%inherit file="../main.html" />
<h1>${_("We're sorry")}</h1>
<p>${_("The forums are currently undergoing maintenance. We'll have them back up shortly!")}</p>