Skip to content

Commit dd00aad

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b0c2efd commit dd00aad

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ venv
1616
.direnv/
1717
.envrc
1818
venv
19-
.vscode
19+
.vscode

debug_toolbar/templates/debug_toolbar/panels/community.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,46 @@
22

33
<div class="djdt-community-panel">
44
<h2>
5-
{% trans "Community & Contribution" %}
5+
{% translate "Community & Contribution" %}
66
</h2>
77
<p>
8-
{% trans "Want to contribute to Django Debug Toolbar? Get involved in our community!" %}
8+
{% translate "Want to contribute to Django Debug Toolbar? Get involved in our community!" %}
99
</p>
1010

1111
<ul>
1212
<li>
1313
<a href="https://github.com/django-commons/django-debug-toolbar/discussions" target="_blank">
14-
{% trans "Join Discussions" %}
14+
{% translate "Join Discussions" %}
1515
</a>
1616
</li>
1717
<li>
1818
<a href="https://github.com/django-commons/django-debug-toolbar/issues" target="_blank">
19-
{% trans "View Issues" %}
19+
{% translate "View Issues" %}
2020
</a>
2121
</li>
2222
<li>
2323
<a href="https://django-debug-toolbar.readthedocs.io/en/latest/contributing.html" target="_blank">
24-
{% trans "Contribution Guide" %}
24+
{% translate "Contribution Guide" %}
2525
</a>
2626
</li>
2727
</ul>
2828
<hr>
2929
<br>
3030
<h2>
31-
{% trans "Django Debug Toolbar Documentation" %}
31+
{% translate "Django Debug Toolbar Documentation" %}
3232
</h2>
3333
<p class="djdt-community-description">
34-
{% trans "Explore the official documentation to learn more about Django Debug Toolbar." %}
34+
{% translate "Explore the official documentation to learn more about Django Debug Toolbar." %}
3535
</p>
3636
<ul>
3737
<li>
3838
<a href="https://django-debug-toolbar.readthedocs.io/en/latest/" target="_blank">
39-
{% trans "Read Documentation" %}
39+
{% translate "Read Documentation" %}
4040
</a>
4141
</li>
4242
<li>
4343
<a href="https://django-debug-toolbar.readthedocs.io/en/latest/resources.html" target="_blank">
44-
{% trans "How to Use Django Debug Toolbar" %}
44+
{% translate "How to Use Django Debug Toolbar" %}
4545
</a>
4646
</li>
4747
</ul>

0 commit comments

Comments
 (0)