diff options
author | Unknwon <u@gogs.io> | 2015-09-17 14:57:24 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-17 14:57:24 -0400 |
commit | 9d36fc698627f290f01cd3cc5a7f4eaec7a669fd (patch) | |
tree | 603a88905e174447c1d11537577393085ec884a3 /templates/user/auth/signup.tmpl | |
parent | 923873db85bbc53b027a3b8194c364c0e39161d4 (diff) | |
download | gitea-9d36fc698627f290f01cd3cc5a7f4eaec7a669fd.tar.gz gitea-9d36fc698627f290f01cd3cc5a7f4eaec7a669fd.zip |
finish new auth e-mails
Diffstat (limited to 'templates/user/auth/signup.tmpl')
-rw-r--r-- | templates/user/auth/signup.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/auth/signup.tmpl b/templates/user/auth/signup.tmpl index 8baec58773..c237a20d85 100644 --- a/templates/user/auth/signup.tmpl +++ b/templates/user/auth/signup.tmpl @@ -1,5 +1,5 @@ {{template "base/head" .}} -<div class="signup"> +<div class="user signup"> <div class="ui middle very relaxed page grid"> <div class="column"> <form class="ui form" action="{{.Link}}" method="post"> |