adding the new layout proposed by Lucas
[cascardo/ema.git] / eventos / templates / eventos / talk-add.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 <h2>Cadastrar trabalho</h2>
5
6 <form id="talk-add" method="post" action="./">
7   {{ form.as_p }}
8   <input type="submit" value="Ok" />
9 </form>
10 {% endblock %}