diff --git a/src/program/templates/bornhack-2019_call_for_speakers.html b/src/program/templates/bornhack-2019_call_for_speakers.html index 4a5180a5..1e2c8e6a 100644 --- a/src/program/templates/bornhack-2019_call_for_speakers.html +++ b/src/program/templates/bornhack-2019_call_for_speakers.html @@ -1 +1,11 @@ -program/templates/bornhack-2019_call_for_speakers.html \ No newline at end of file +{% extends 'program_base.html' %} + +{% block title %} +Call for Speakers | {{ block.super }} +{% endblock %} + +{% block program_content %} + +

Call for Speakers coming eventually!

+ +{% endblock %}