diff --git a/app/views/competitions/_qg_second_competition.html.erb b/app/views/competitions/_qg_second_competition.html.erb
index da4aa51f..675fa41e 100644
--- a/app/views/competitions/_qg_second_competition.html.erb
+++ b/app/views/competitions/_qg_second_competition.html.erb
@@ -1,65 +1,33 @@
-
-
-
-
-
-
+<% index = 0 %>
+
+<% index += 1 %>
+
+<% index += 1 %>
+
+<% @competition.competition_stages.each_with_index do |stage, i| %>
+
+
+ <% stage.competition_stage_sections.each do |section| %>
+
+ <% end %>
+
-
-
-
-
-
-
\ No newline at end of file
+ <% index += 1 %>
+<% end %>
+
+
+<% index += 1 %>
+
+<% index += 1 %>
+
diff --git a/app/views/competitions/show.html.erb b/app/views/competitions/show.html.erb
index 67e19f65..8de9de3e 100644
--- a/app/views/competitions/show.html.erb
+++ b/app/views/competitions/show.html.erb
@@ -7,5 +7,7 @@
<%= render :partial => "qg_competition" %>
<% elsif @competition.identifier == "gcc-annotation-2018" %>
<%= render :partial => "annotation_2018_competition" %>
+ <% elsif @competition.identifier == "gcc-dev-2019" %>
+ <%= render :partial => "qg_second_competition" %>
<% end %>
\ No newline at end of file