diff --git a/kallithea/templates/login.html b/kallithea/templates/login.html --- a/kallithea/templates/login.html +++ b/kallithea/templates/login.html @@ -1,12 +1,12 @@ ## -*- coding: utf-8 -*- <%inherit file="base/root.html"/> -<%def name="title()"> +<%block name="title"> ${_('Log In')} %if c.site_name: · ${c.site_name} %endif - +
<%include file="/base/flash_msg.html"/>