Skip to content

Commit

Permalink
fixme: disable showing banner image
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Sep 23, 2023
1 parent d1df19c commit 412bb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/templates/public/scoreboard.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% if showExternalId(contest) %}
{% set contestId = contest.externalid %}
{% endif %}
{% set bannerImage = contestId | assetPath('contest') %}
{#% set bannerImage = contestId | assetPath('contest') %#}
{% endif %}
{% if bannerImage is not defined or not bannerImage %}
{% set bannerImage = globalBannerAssetPath() %}
Expand Down

0 comments on commit 412bb5d

Please sign in to comment.