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:
807807
808808 <form action="{{ path('app_login') }}" method="post">
809809 <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 }}">
811811
812812 <label for="password">Password:</label>
813- <input type="password" id="password" name="_password"/ >
813+ <input type="password" id="password" name="_password">
814814
815815 {# 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"> #}
817817
818818 <button type="submit">login</button>
819819 </form>
You can’t perform that action at this time.
0 commit comments