forked from kevadesu/forgejo
Add suburl support
This commit is contained in:
parent
6a7bd097fe
commit
7ba9257a7f
90 changed files with 287 additions and 283 deletions
|
@ -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"}}"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue