Guest User

Untitled

a guest
Dec 1st, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {% if error %}
  2. <div>{{ error.message }}</div>
  3. {% endif %}
  4. <form name="loginForm" action="{{ path('check_path') }}" method="post">
  5. <label for="username">Username:</label>
  6. <input type="text" id="username" name="_username" />
  7. <label for="password">Password:</label>
  8. <input type="password" id="password" name="_password" />
  9. <button type="submit">login</button>
  10. </form>
Add Comment
Please, Sign In to add comment