diff options
Diffstat (limited to 'searx/templates/simple/new_issue.html')
-rw-r--r-- | searx/templates/simple/new_issue.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/new_issue.html b/searx/templates/simple/new_issue.html index 7ce30c059..ba7997bd4 100644 --- a/searx/templates/simple/new_issue.html +++ b/searx/templates/simple/new_issue.html @@ -69,7 +69,7 @@ or manually by executing the searx/webapp.py file? --> <label class="step1 step1_delay" for="step2" >{{ _('I confirm there is no existing bug about the issue I encounter') }}</label> <div class="step2 step_content"> <p>{{ _('If this is a public instance, please specify the URL in the bug report') }}</p> - <button type="submit" class="github-issue-button" title="{{ get_setting('brand.new_issue_url') }}">{{ _('Submit a new issue on Github including the above information') }}</button> + <button type="submit" class="github-issue-button button" title="{{ get_setting('brand.new_issue_url') }}">{{ _('Submit a new issue on Github including the above information') }}</button> </div> </form> {% endmacro %} |