akyuu/templates/error_login.html

8 行
289 B
HTML
Raw 通常表示 履歴

2016-02-12 22:18:59 +09:00
{{ template "header" }}
<section class="error">
<h2>Error</h2>
<p>Something went wrong: Bad login. (Have you forgotten your password? If you added a mail address to your login data, you might be able to <a href="/passwordreset">reset</a> it.)</p>
</section>
{{ template "footer" }}