15c361018a031a26f9c71f2625ddcc0cf42f70e9
[cascardo/ema.git] / eventos / templates / eventos / lecturer-details.html
1 {% extends "base.html" %}
2
3 {% block content %}
4 <form id="lecturer-details" method="post" action="./">
5   {{ form.as_p }}
6   <input type="submit" value="Ok" />
7 </form>
8 {% endblock %}