8000
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -807,13 +807,13 @@ Finally, create or update the template:
807
807
808
808
<form action="{{ path('app_login') }}" method="post">
809
809
<label for="username">Email:</label>
810
- <input type="text" id="username" name="_username" value="{{ last_username }}"/ >
810
+ <input type="text" id="username" name="_username" value="{{ last_username }}">
811
811
812
812
<label for="password">Password:</label>
813
- <input type="password" id="password" name="_password"/ >
813
+ <input type="password" id="password" name="_password">
814
814
815
815
{# If you want to control the URL the user is redirected to on success
816
- <input type="hidden" name="_target_path" value="/account"/ > #}
816
+ <input type="hidden" name="_target_path" value="/account"> #}
817
817
818
818
<button type="submit">login</button>
819
819
</form>
You can’t perform that action at this time.
0 commit comments