We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working at the moment. The GET request goes to index instead of to /kb
The text was updated successfully, but these errors were encountered:
In the file mod_kb_index.phtml replace the form with
<form method="get" action=""> <div class="input-group"> <input class="" name="_url" type="hidden" value="/kb"> <input name="q" type="text" class="form-control" value="{{ request.q }}" placeholder="{% trans 'What are you looking for?' %}"> <span class="input-group-btn"> <button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button> </span> </div> </form>
Sorry, something went wrong.
No branches or pull requests
Not working at the moment.
The GET request goes to index instead of to /kb
The text was updated successfully, but these errors were encountered: