fix a few sba related things

This commit is contained in:
Ross
2024-08-28 18:45:08 +01:00
parent f5dcb7bd69
commit 0054d832cd
6 changed files with 41 additions and 5 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
{% if forloop.last %}
{{cat}}
{% else %}
{{cat}}|
{{cat}} |
{% endif %}
{% endfor %}
@@ -44,7 +44,7 @@
{% if forloop.last %}
{{cat}}
{% else %}
{{cat}}|
{{cat}} |
{% endif %}
{% endfor %}