diff options
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}} |