bornhack-website/src/program/templates/bornhack-2020_call_for_speakers.html

12 lines
198 B
HTML
Raw Normal View History

2018-05-06 13:10:02 +00:00
{% extends 'program_base.html' %}
{% block title %}
Call for Speakers | {{ block.super }}
{% endblock %}
{% block program_content %}
<h2>Call for Speakers coming eventually!</h2>
{% endblock %}