mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 09:49:21 +02:00
[fix] oscar theme: use SearXNG logo and wordmark
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
cfb5eda4d1
commit
e54a06bae7
8 changed files with 155 additions and 3 deletions
|
@ -83,7 +83,7 @@ class ViewsTestCase(SearxTestCase):
|
|||
result = self.app.post('/')
|
||||
self.assertEqual(result.status_code, 200)
|
||||
self.assertIn(b'<div class="text-hide center-block" id="main-logo">'
|
||||
+ b'<img class="center-block img-responsive" src="/static/themes/oscar/img/logo_searx_a.png"'
|
||||
+ b'<img class="center-block img-responsive" src="/static/themes/oscar/img/searxng.svg"'
|
||||
+ b' alt="searx logo" />SearXNG</div>', result.data)
|
||||
|
||||
def test_index_html_post(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue