--- app/views/index/myOrganizationList.scala.html
+++ app/views/index/myOrganizationList.scala.html
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 |
|
31 | 31 |
<div class="search-result"> |
32 | 32 |
<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")"> |
|
34 | 34 |
<span class="bar"></span> |
35 | 35 |
</div> |
36 | 36 |
@displayOrganizations("organizations", Organization.findOrganizationsByUserLoginId(UserApp.currentUser.loginId), currentUser.getFavoriteOrganizations) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?