1
0
Fork 0

formatting and pylint fixes

This commit is contained in:
Hugh Rundle 2023-10-22 16:52:29 +11:00
parent b34a491172
commit fd1ebf5f71
No known key found for this signature in database
GPG key ID: A7E35779918253F9
11 changed files with 91 additions and 63 deletions

View file

@ -141,7 +141,7 @@
<div class="table-container block content">
<table class="table is-striped is-fullwidth">
<tr>
{% url 'settings-imports' status as url %}
{% url 'settings-imports' status as url %}
<th>
{% trans "ID" %}
</th>
@ -231,7 +231,7 @@
<div class="table-container block content">
<table class="table is-striped is-fullwidth">
<tr>
{% url 'settings-imports' status as url %}
{% url 'settings-imports' status as url %}
<th>
{% trans "ID" %}
</th>
@ -299,5 +299,5 @@
</div>
{% include 'snippets/pagination.html' with page=user_imports path=request.path %}
{% endblock %}
</div>
{% endblock %}