Simplify output to not show native class and place
No combinations of competitions are possible currently
This commit is contained in:
parent
70e7008f9c
commit
e4aa47cfe6
@ -116,10 +116,10 @@ class ConsoleOutputter(AbstractOutputter):
|
||||
|
||||
placeNative = str(result.nativePlace)
|
||||
place = str(result.place)
|
||||
lineOne = f"{placeNative} ({result.nativeClass})"
|
||||
lineTwo = f"[{place} in {result.competitionClass}]"
|
||||
lineOne = f"{placeNative}"
|
||||
# lineTwo = f"[{place} in {result.competitionClass}]"
|
||||
|
||||
lines = [lineOne, lineTwo]
|
||||
lines = [lineOne]
|
||||
if not result.finalist:
|
||||
lines = ["kein/e Finalist/in"] + lines
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user