Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 22, 2024
1 parent 4255dd7 commit 9215c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion weblate/templates/drf_spectacular/redoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ description }}" />
<link rel="stylesheet" href="{% static 'js/vendor/fonts/fonts.css' %}{{ cache_param }}" />
<link rel="stylesheet"
href="{% static 'js/vendor/fonts/fonts.css' %}{{ cache_param }}" />
<style>
{# Redoc doesn't change outer page styles. #}
body { margin: 0; padding: 0; }
Expand Down
3 changes: 2 additions & 1 deletion weblate/templates/snippets/meta-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<link rel="stylesheet"
href="{% static 'vendor/bootstrap/css/bootstrap-rtl.css' %}{{ cache_param }}" />
{% endif %}
<link rel="stylesheet" href="{% static 'js/vendor/fonts/fonts.css' %}{{ cache_param }}" />
<link rel="stylesheet"
href="{% static 'js/vendor/fonts/fonts.css' %}{{ cache_param }}" />
<link rel="stylesheet" href="{% static 'js/vendor/multi.css' %}{{ cache_param }}" />
<link rel="stylesheet" href="{% static 'styles/new-language.css' %}{{ cache_param }}" />
<link rel="stylesheet" href="{% static 'styles/variables.css' %}{{ cache_param }}" />
Expand Down

0 comments on commit 9215c4b

Please sign in to comment.