We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033bbd4 commit 9e9f128Copy full SHA for 9e9f128
app/views/index/myOrganizationList.scala.html
@@ -30,7 +30,7 @@
30
31
<div class="search-result">
32
<div class="group">
33
- <input class="search-input org-search" type="text" id="query" autocomplete="off" placeholder="@Messages("title.type.name")">
+ <input class="search-input org-search" type="text" autocomplete="off" placeholder="@Messages("title.type.name")">
34
<span class="bar"></span>
35
</div>
36
@displayOrganizations("organizations", Organization.findOrganizationsByUserLoginId(UserApp.currentUser.loginId), currentUser.getFavoriteOrganizations)
0 commit comments