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 Dec 24, 2024
1 parent 883946f commit e53fb1b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
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 e53fb1b

Please sign in to comment.