Simplify output to not show native class and place

No combinations of competitions are possible currently
This commit is contained in:
2024-03-06 18:26:32 +01:00
parent 70e7008f9c
commit e4aa47cfe6
2 changed files with 4 additions and 7 deletions

View File

@@ -44,10 +44,7 @@
Kein/e Finalist/in <br />
{% endif %}
<span class="{% if not res.finalist %}no-finalist-dance{% endif %}">
{{ res.getNativePlace() }} ({{ res.nativeClass }}) <br />
</span>
<span class="competition-place">
{{ res.place }} in {{ res.competitionClass }}
{{ res.getNativePlace() }}
</span>
{% endif %}
</td>