Ignore:
Timestamp:
02/08/23 15:48:54 (23 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
0ba5d1a
Parents:
5867520 (diff), 632e3d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/DenicaKj/MovieZone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/login.html

    r5867520 r2c7a732  
    44        <div class="container">
    55            <form class="form-signin mt-xl-5" method="post" action="/login">
    6                 <h2 class="form-signin-heading">SIGN IN</h2>
     6                <h2 class="form-signin-heading">Најава</h2>
    77                <p>
    8                     <label for="username" class="sr-only">Username</label>
    9                     <input type="text" id="username" name="username" class="form-control" placeholder="Username" required="" autofocus=""/>
     8                    <label for="username" class="sr-only">Корисничко име</label>
     9                    <input type="text" id="username" name="username" class="form-control" placeholder="Корисничко име" required="" autofocus=""/>
    1010                </p>
    1111                <p>
    12                     <label for="password" class="sr-only">Password</label>
    13                     <input type="password" id="password" name="password" class="form-control" placeholder="Password" required=""/>
     12                    <label for="password" class="sr-only">Лозинка</label>
     13                    <input type="password" id="password" name="password" class="form-control" placeholder="Лозинка" required=""/>
    1414                </p>
    1515            </form>
    16             <button id="submit" class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
     16            <button id="submit" class="btn btn-lg btn-primary btn-block" type="submit">Најави се</button>
    1717        </div>
    1818    </form>
    19     <a href="/register" class="btn btn-block btn-light">Register Here!</a>
     19    <a href="/register" class="btn btn-block btn-light">Регистрирај се тука!</a>
    2020</div>
Note: See TracChangeset for help on using the changeset viewer.