Files
leanote/app/views/Oauth/oauth_callback_error.html
2014-05-07 13:06:24 +08:00

18 lines
355 B
HTML

{{template "home/header_box.html" .}}
<section id="box">
<div>
<h1>
leanote | we got a error
</h1>
<form class="form-inline" id="boxForm">
<p>
Sorry, we can't get your infomation.
<br />
Please <a href="/login">Sign in</a> Or <a href="/register?email={{.email}}">Sign up</a>
</p>
</form>
</div>
</section>
</body>
</html>