Skip to content

Commit

Permalink
chore(deps): update pre-commit hook djlint/djlint to v1.36.4 (#2426)
Browse files Browse the repository at this point in the history
* chore(deps): update pre-commit hook djlint/djlint to v1.36.4

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and pre-commit-ci[bot] authored Dec 24, 2024
1 parent 99493d9 commit 930ea7d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ repos:
- [email protected]
- [email protected]
- repo: https://github.com/djlint/djLint
rev: v1.36.3
rev: v1.36.4
hooks:
- id: djlint-reformat-django
- id: djlint-django
Expand Down
3 changes: 2 additions & 1 deletion weblate_web/templates/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ <h2>
{% endfor %}
{% if service.non_matched_projects_count %}
<a href="{{ service.site_url }}/projects/" target="_blank" rel="ugc">
<img src="{% static "img/three-dots.svg" %}" title="{% blocktrans count count=service.non_matched_projects_count %}…and {{ count }} more{% plural %}…and {{ count }} more{% endblocktrans %}" />
<img src="{% static "img/three-dots.svg" %}"
title="{% blocktrans count count=service.non_matched_projects_count %}…and {{ count }} more{% plural %}…and {{ count }} more{% endblocktrans %}" />
</a>
{% endif %}
{% if service.pk in user_services %}
Expand Down
7 changes: 5 additions & 2 deletions weblate_web/templates/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ <h1 class="section-title min-m">
<section class="interface">
<div class="row">
<div class="inter-title">{% trans "Easy to use interface" %}</div>
<img src="{% static "img/BigScreenshot.png" %}" class="photo" alt="{% trans "Weblate screenshot" %}" />
<img src="{% static "img/BigScreenshot.png" %}"
class="photo"
alt="{% trans "Weblate screenshot" %}" />
<div class="inter-checks">
<div class="title">{% trans "Customizable quality checks" %}</div>
<img src="{% static "img/dialog-checks.png" %}" alt="{% trans "Weblate screenshot" %}" />
<img src="{% static "img/dialog-checks.png" %}"
alt="{% trans "Weblate screenshot" %}" />
</div>
<div class="inter-context">
<div class="title">{% trans "Detailed context" %}</div>
Expand Down
4 changes: 3 additions & 1 deletion weblate_web/templates/snippets/customer-users.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
</div>
{% if owner == user %}
<div class="user-img">
<img src="{% static "img/Shield.png" %}" title="{% trans "You can not remove yourself" %}" alt="{% trans "Protected user" %}">
<img src="{% static "img/Shield.png" %}"
title="{% trans "You can not remove yourself" %}"
alt="{% trans "Protected user" %}">
</div>
{% else %}
{% csrf_token %}
Expand Down

0 comments on commit 930ea7d

Please sign in to comment.