implementing personal info edit screen, talk list,
[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 %}