File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -768,13 +768,13 @@ Finally, create or update the template:
768
768
769
769
<form action="{{ path('app_login') }}" method="post">
770
770
<label for="username">Email:</label>
771
- <input type="text" id="username" name="_username" value="{{ last_username }}"/ >
771
+ <input type="text" id="username" name="_username" value="{{ last_username }}">
772
772
773
773
<label for="password">Password:</label>
774
- <input type="password" id="password" name="_password"/ >
774
+ <input type="password" id="password" name="_password">
775
775
776
776
{# If you want to control the URL the user is redirected to on success
777
- <input type="hidden" name="_target_path" value="/account"/ > #}
777
+ <input type="hidden" name="_target_path" value="/account"> #}
778
778
779
779
<button type="submit">login</button>
780
780
</form>
You can’t perform that action at this time.
0 commit comments