diff --git a/app/views/competitions/show.html.erb b/app/views/competitions/show.html.erb index 28200db3..d74b1436 100644 --- a/app/views/competitions/show.html.erb +++ b/app/views/competitions/show.html.erb @@ -1,7 +1,7 @@
<% if @competition.identifier == "hn" %> <%= render :partial => "hn_competition" %> - <% elsif @competition.identifier == "ccf-se-2018" %> + <% elsif @competition.identifier == "ccf-se-2018" || competition.identifier == "ccf-se-2019" %> <%= render :partial => "ccf_competition" %> <% elsif @competition.identifier == "gcc-dev-2018" %> <%= render :partial => "qg_competition" %>