bornhack-website/src/program/templates/bornhack-2020_call_for_speakers.html
2018-05-06 15:10:02 +02:00

12 lines
198 B
HTML

{% extends 'program_base.html' %}
{% block title %}
Call for Speakers | {{ block.super }}
{% endblock %}
{% block program_content %}
<h2>Call for Speakers coming eventually!</h2>
{% endblock %}