akyuu/templates/nopwresetrequest.html

12 行
333 B
HTML

{{ template "header" }}
<TABLE BORDER="2" CELLPADDING="12" CELLSPACING="0" WIDTH="90%" BGCOLOR="#CCCCCC" ALIGN="CENTER">
<TR>
<TD ALIGN="CENTER">
<H2>Password reset inactive</H2>
<P>The site operator has currently not activated automatic password resetting.</P>
</TD>
</TR>
</TABLE>
{{ template "footer" }}