diff --git a/customize.dist/pages/login.js b/customize.dist/pages/login.js index 45d3a3707..8f60c61ed 100644 --- a/customize.dist/pages/login.js +++ b/customize.dist/pages/login.js @@ -41,6 +41,11 @@ define([ ]), h('div.col-md-3') ]), + h('div.row', [ + h('div.col-md-3'), + h('div.col-md-6', Msg.register_warning_note,), + h('div.col-md-3'), + ]), ]), Pages.infopageFooter(), ])];