Skip to content

Commit

Permalink
Fix results label
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Dec 4, 2024
1 parent 412108f commit c371b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/hub/templates/hub/ce/edition_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="title has-text-centered">
{% if FINAL_RESULTS_ENABLED %}
<a href="{% url 'results' %}" class="button is-warning">Rezultate finale</a>
{% else %}
<a href="{% url 'results' %}" class="button is-warning">Vezi Rezultatele finale</a>
<a href="{% url 'results' %}" class="button is-warning">Vezi Rezultatele</a>
{% endif %}
{% endif %}
</div>
2 changes: 1 addition & 1 deletion backend/hub/templates/hub/ces/edition_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1 class="title has-text-centered">
{% if FINAL_RESULTS_ENABLED %}
<a href="{% url 'results' %}" class="button is-warning">Rezultate finale</a>
{% else %}
<a href="{% url 'results' %}" class="button is-warning">Vezi Rezultatele finale</a>
<a href="{% url 'results' %}" class="button is-warning">Vezi Rezultatele</a>
{% endif %}
{% endif %}
</div>

0 comments on commit c371b3e

Please sign in to comment.