5 lines
217 B
HTML
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>
|