Skip to content

Commit

Permalink
Make our hidden inputs have a value
Browse files Browse the repository at this point in the history
  • Loading branch information
Cocoa authored and kareila committed May 23, 2024
1 parent 83b4c6b commit 91a68c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/manage/circle/edit/list.tt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<tr role="row">
[%# name %]
<td scope='col' abbr='[% other_u.display_username %]' role="cell" class="name-cell">
[% form.hidden( name => "editfriend_edit_${uid}_user", selected => 1 ) %]
[% form.hidden( name => "editfriend_edit_${uid}_user", value => 1 ) %]
[% other_u.ljuser_display %]
<br /><span style='font-size: smaller;'>[% other_u.last_updated %]</span>
</td>
Expand Down

0 comments on commit 91a68c1

Please sign in to comment.