-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CFP, reaplce with coming soon
- Loading branch information
Showing
1 changed file
with
6 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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; | ||
|
@@ -312,30 +312,26 @@ | |
} | ||
else | ||
{ | ||
<div class="row"> | ||
@*<div class="row"> | ||
<div class="col-md-10 col-md-offset-1"> | ||
<p> | ||
We will open up our call for speakers shortly. If you want to be added to our speaker mailing list or have any questions regarding | ||
speaking at Swetugg, don't hesitate to send us an email at <a href="mailto:[email protected]">[email protected]</a>. | ||
</p> | ||
</div> | ||
</div> | ||
@*<div class="row"> | ||
</div>*@ | ||
<div class="row"> | ||
<div class="col-md-10 col-md-offset-1"> | ||
<p> | ||
Our Call for Speakers for Swetugg Göteborg 2023 has ended. | ||
Our Call for Speakers for Swetugg Stockholm 2025 has ended. | ||
</p> | ||
<p> | ||
<em>Help, I missed the Call for Speakers!</em><br /> | ||
There may still be a couple of vacant slots, so feel free to email us at <a href="mailto:[email protected]">[email protected]</a> | ||
and let us know what you'd like to talk about. | ||
</p> | ||
<p> | ||
<em>When will I be notified?</em><br /> | ||
We will get back to everyone who entered the open call for speakers before October 20th. | ||
</p> | ||
</div> | ||
</div>*@ | ||
</div> | ||
|
||
@*<div class="row"> | ||
<div class="col-md-10 col-md-offset-1"> | ||
|