diff --git a/kallithea/templates/login.html b/kallithea/templates/login.html --- a/kallithea/templates/login.html +++ b/kallithea/templates/login.html @@ -5,16 +5,16 @@ ${_('Log In')} -
- <%include file="/base/flash_msg.html"/> -
+<%include file="/base/flash_msg.html"/> +
+
%if c.site_name:
${_('Log In to %s') % c.site_name}
%else:
${_('Log In')}
%endif
-
+
${h.form(url('login_home', came_from=c.came_from))}