Skip to content

Commit

Permalink
Call for speaker change for sthlm 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
srosengren committed Aug 17, 2024
1 parent 0b90b5e commit 1388124
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Pages/sthlm-2025/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
currentTime < conference.End.Value.Date.AddDays(1);
}

bool isCfpOpen = true; //New logic will be added on issue #178
bool isCfpOpen = false; //New logic will be added on issue #178
bool earlyBirdAvailable = false;

int speakersLeft = conference.MinNumberOfSpeakers - conference.Speakers.Count;
Expand Down Expand Up @@ -377,7 +377,6 @@
}
else
{
@*
<div class="row">
<div class="col-md-10 col-md-offset-1">
<p>
Expand All @@ -386,7 +385,6 @@
</p>
</div>
</div>
*@
@*<div class="row">
<div class="col-md-10 col-md-offset-1">
<p>
Expand All @@ -404,13 +402,13 @@
</div>
</div>*@

<div class="row">
@*<div class="row">
<div class="col-md-10 col-md-offset-1">
<p class="text-center">
We have started to select our speakers and will start publishing them soon.
</p>
</div>
</div>
</div>*@
}
</div>
</section>
Expand Down

0 comments on commit 1388124

Please sign in to comment.