Skip to content

Commit 9e9f128

Browse files
committed
#query duplication issue
1 parent 033bbd4 commit 9e9f128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/index/myOrganizationList.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<div class="search-result">
3232
<div class="group">
33-
<input class="search-input org-search" type="text" id="query" autocomplete="off" placeholder="@Messages("title.type.name")">
33+
<input class="search-input org-search" type="text" autocomplete="off" placeholder="@Messages("title.type.name")">
3434
<span class="bar"></span>
3535
</div>
3636
@displayOrganizations("organizations", Organization.findOrganizationsByUserLoginId(UserApp.currentUser.loginId), currentUser.getFavoriteOrganizations)

0 commit comments

Comments
 (0)