Skip to content

Commit

Permalink
lsp: Fix user settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 15, 2025
1 parent 750ebb6 commit 2b7003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lsp/user_settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="panel panel-default"><div class="panel-heading">
<h3 class="panel-title"><span class="fa fa-cog"></span>&nbsp;User Settings</h3></div>
<div class="panel-body">
<form enctype="multipart/form-data" action="/lsp?account=settings" method="post">
<form enctype="multipart/form-data" action="/lsp/?account=settings" method="post">
<div class="form-group">
<label for="username" class="text-muted">User Name:</label>
<input type="text" name="username" class="form-control" value="{{username}}" disabled="disabled" />
Expand Down

0 comments on commit 2b7003e

Please sign in to comment.