Fix bad merge
[cascardo/ema.git] / eventos / templates / eventos / speaker-add.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 <h2>Cadastrar-se como palestrante</h2>
5
6 <form id="speaker-details" method="post" action="./">
7   {{ uform.as_p }}
8
9   {{ form.as_p }}
10
11   <input type="submit" value="Ok" />
12 </form>
13 {% endblock %}