diff options
author | Rodrigo Villablanca Vásquez <villa061004@gmail.com> | 2018-04-19 21:25:15 -0300 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-04-20 08:25:15 +0800 |
commit | f6013d5098e3f11879f2af62e616c15cf86c959e (patch) | |
tree | 1c3843731e5271b34f9795fe3b632b762a6bf354 /templates/user/auth | |
parent | bac6d05e78603ce9bb028f9ba2b77b9ea2975347 (diff) | |
download | gitea-f6013d5098e3f11879f2af62e616c15cf86c959e.tar.gz gitea-f6013d5098e3f11879f2af62e616c15cf86c959e.zip |
Some small template fixes (#3820)
Diffstat (limited to 'templates/user/auth')
-rw-r--r-- | templates/user/auth/finalize_openid.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/user/auth/finalize_openid.tmpl b/templates/user/auth/finalize_openid.tmpl index d318d33245..5c637bd318 100644 --- a/templates/user/auth/finalize_openid.tmpl +++ b/templates/user/auth/finalize_openid.tmpl @@ -38,8 +38,9 @@ <a href="{{AppSubUrl}}/user/sign_up">{{.i18n.Tr "auth.sign_up_now" | Str2html}}</a> </div> {{end}} + </form> </div> - </form> + </div> </div> </div> </div> |