PonyConf/proposals/templates/proposals/topic_form.html
2016-06-25 18:58:19 +02:00

14 lines
191 B
HTML

{% extends 'base.html' %}
{% load bootstrap3 %}
{% block topictab %} class="active"{% endblock %}
{% block content %}
<h1>Propose a Topic</h1>
{% include "_form.html" %}
{% endblock %}