style: Run pre-commit

This commit is contained in:
Joakim Saario 2022-08-21 22:08:29 +02:00
parent b47882b114
commit 9c6c13b78a
No known key found for this signature in database
GPG key ID: D8B76D271B7BD453
235 changed files with 7180 additions and 5628 deletions

View file

@ -65,4 +65,3 @@
</form>
</div>
{% endblock %}

View file

@ -5,7 +5,7 @@
| tr
| format('<a href="https://wiki.archlinux.org/title/AUR_User_Guidelines">', "</a>",
'<a href="https://wiki.archlinux.org/title/AUR_Trusted_User_Guidelines">', "</a>")
| safe
| safe
}}
{{ "Contributed PKGBUILDs %smust%s conform to the %sArch Packaging Standards%s otherwise they will be deleted!"
| tr
@ -61,7 +61,7 @@
{% trans %}The following SSH fingerprints are used for the AUR:{% endtrans %}
<p>
<ul>
{% for keytype in ssh_fingerprints %}
{% for keytype in ssh_fingerprints %}
<li><code>{{ keytype }}</code>: <code>{{ ssh_fingerprints[keytype] }}</code>
{% endfor %}
</ul>
@ -85,7 +85,7 @@
| tr
| format('<a href="https://gitlab.archlinux.org/archlinux/aurweb/-/issues">', "</a>",
"<strong>", "</strong>")
| safe
| safe
}}
</p>
</div>

View file

@ -12,7 +12,7 @@
{% elif not packages_count %}
{% include "partials/packages/search.html" %}
{% include "partials/packages/search.html" %}
<div id="pkglist-results" class="box">
<p>{{ "No packages matched your search criteria." | tr }}</p>
</div>

View file

@ -79,4 +79,3 @@
</td>
</tr>
</table>

View file

@ -4,7 +4,7 @@
<div class="box">
{% include "partials/tu/proposal/details.html" %}
</div>
{% if utcnow >= voteinfo.End %}
<div class="box">
{% include "partials/tu/proposal/voters.html" %}