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