Guest User

Untitled

a guest
Sep 6th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {% extends 'vutapeAdminBundle::layout.html.twig' %}
  2. {% block leftblock %}
  3. <form action="{{ path('Login') }}" method="post">
  4. <table>
  5. <tr>
  6. <td><label for="username">Username:</label></td>
  7. <td><input type="text" id="username" name="_username" value="{{ last_username }}" /></td>
  8. <td><label for="password">Password:</label></td>
  9. <td><input type="password" id="password" name="_password" /></td>
  10. {#
  11. If you want to control the URL the user is redirected to on success (more details below)
  12. <input type="hidden" name="_target_path" value="/account" />
  13. #}
  14. <td colspan="2" align="center"><input type="submit" value="login" /></td>
  15. </tr>
  16. </table>
  17. </form>
  18. {% endblock %}
Add Comment
Please, Sign In to add comment