From 3bc9c36cb018376b461c990832ebf24467532d54 Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Sun, 6 May 2018 15:11:10 +0200 Subject: [PATCH] improve 2019 call for speakers page --- .../templates/bornhack-2019_call_for_speakers.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 %}