Commit 1f4a804080ce3142d8737ebccbbb049800ef4506
1 parent
6f11d716
Exists in
master
and in
5 other branches
Fix logout when searching communities
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/search/search_community_filter.html.erb
1 | -<form action="/search/communities" name="community_filter" method="POST" class="search_form"> | 1 | +<form action="/search/communities" name="community_filter" method="get" class="search_form"> |
2 | <div id="search_content"> | 2 | <div id="search_content"> |
3 | 3 | ||
4 | <div class="search_options"> | 4 | <div class="search_options"> |