diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-07-26 23:53:16 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-07-26 23:53:16 -0400 |
commit | 98131614119f39a3f341392c98a4d2320b5b8e21 (patch) | |
tree | 041d90457cd9213d6214faca4001af5a849bbe90 /templates/user/signup.tmpl | |
parent | 5e8138341357f367868a32b631495c9d5a286477 (diff) | |
download | gitea-98131614119f39a3f341392c98a4d2320b5b8e21.tar.gz gitea-98131614119f39a3f341392c98a4d2320b5b8e21.zip |
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Diffstat (limited to 'templates/user/signup.tmpl')
-rw-r--r-- | templates/user/signup.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/signup.tmpl b/templates/user/signup.tmpl index 60490ceb89..5b52850c0f 100644 --- a/templates/user/signup.tmpl +++ b/templates/user/signup.tmpl @@ -7,7 +7,7 @@ <h2>{{.i18n.Tr "sign_up"}}</h2> </div> <div class="panel-content"> - {{template "base/alert" .}} + {{template "ng/base/alert" .}} {{if .DisableRegistration}} <p>{{.i18n.Tr "auth.disable_register_prompt"}}</p> {{else}} |