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

18 lines
400 B
HTML

{% extends 'program_base.html' %}
{% block title %}
Call for Speakers | {{ block.super }}
{% endblock %}
{% block program_content %}
{% if not camp.call_for_speakers_open %}
<div class="alert alert-danger">
<strong>Note!</strong> This Call for Speakers is no longer relevant. It is kept here for historic purposes.
</div>
{% endif %}
<h2>Call for Speakers Coming Soon!</h2>
{% endblock %}