diff options
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index 0fa7086940..da73025dc8 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -3,12 +3,12 @@ <div id="promo-wrapper"> <div class="container clear"> <div id="promo-logo" class="left"> - <img src="{{AppRootSubUrl}}/img/gogs-lg.png" alt="logo" /> + <img src="{{AppSubUrl}}/img/gogs-lg.png" alt="logo" /> </div> <div id="promo-content"> <h1>Gogs</h1> <h2>{{.i18n.Tr "app_desc"}}</h2> - <form id="promo-form" action="{{AppRootSubUrl}}/user/login" method="post"> + <form id="promo-form" action="{{AppSubUrl}}/user/login" method="post"> {{.CsrfTokenHtml}} <input class="ipt ipt-large" id="username" name="uname" type="text" placeholder="{{.i18n.Tr "home.uname_holder"}}"/> <input class="ipt ipt-large" name="password" type="password" placeholder="{{.i18n.Tr "home.password_holder"}}"/> |