implementing personal info edit screen, talk list,
[cascardo/ema.git] / eventos / templates / eventos / talk-add.html
diff --git a/eventos/templates/eventos/talk-add.html b/eventos/templates/eventos/talk-add.html
new file mode 100644 (file)
index 0000000..333adff
--- /dev/null
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block content %}
+<form id="talk-add" method="post" action="./">
+  {{ form.as_p }}
+  <input type="submit" value="Ok" />
+</form>
+{% endblock %}