diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-04 23:18:22 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-04 23:18:22 +0200 |
| commit | 434e452d54eb5ebdb363a05bea161291ad922cc1 (patch) | |
| tree | 227edad9ea63f3313c7b5f38a6bb60e357534a13 /searx/templates/oscar/base.html | |
| parent | a3431d59d381ff3b5cfb70a2b12ef0518821ed95 (diff) | |
| parent | de1b08a941a6834a39159b9a2aa3ff3552df029f (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx into csp-oscar-theme
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 5eb4462e4..cd3d23df5 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -47,7 +47,7 @@ </style> </noscript> </head> -<body> +<body class="{{ endpoint }}_endpoint" > {% include 'oscar/navbar.html' %} <div class="container"> |