Advertisement
Sognus

randompaste

Oct 8th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <form method="post" action="login">
  2. <div class="form-group">
  3. <label for="username">Login</label>
  4. <input type="text" class="form-control" name="username" id="username" placeholder="Uživatelské jméno" value={{username}}>
  5. </div>
  6. <div class="form-group">
  7. <label for="password">Heslo</label>
  8. <input type="text" class="form-control" name="password" id="password" placeholder="password" value="">
  9. </div>
  10. <div class="form-group">
  11. <input type="submit" class="form-button" name="login" id="login" placeholder="password" value="Přihlásit se">
  12. </div>
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement