You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

prohibit_login.tmpl 420B

12345678910111213141516
  1. {{template "base/head" .}}
  2. <div class="page-content user activate">
  3. <div class="ui middle very relaxed page grid">
  4. <div class="column">
  5. <form class="ui form">
  6. <h2 class="ui top attached header">
  7. {{.i18n.Tr "auth.prohibit_login"}}
  8. </h2>
  9. <div class="ui attached segment">
  10. <p>{{.i18n.Tr "auth.prohibit_login_desc"}}</p>
  11. </div>
  12. </form>
  13. </div>
  14. </div>
  15. </div>
  16. {{template "base/footer" .}}