Commit 957d96c97d61ef383d5e67e62bb3d1bfb9752dde
1 parent
a8c5394e
Exists in
master
and in
5 other branches
Search form action included [Issue:#251]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
core/templates/base.html
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | </div> |
69 | 69 | <div class="navbar-collapse collapse navbar-responsive-collapse"> |
70 | 70 | <div class="col-md-5 cards-content" id= 'NavBarSearch'> |
71 | - <form id="SearchForm" action="#" method="get" accept-charset="utf-8"> | |
71 | + <form id="SearchForm" action="{% url 'users:search' %}" method="get" accept-charset="utf-8"> | |
72 | 72 | <div class="input-group"> |
73 | 73 | <div class="form-group is-empty" > |
74 | 74 | <input type="text" class="form-control" placeholder="{% trans 'Search Files (.pdf, others) and/or activities' %}" name="search"></div> | ... | ... |