implementing lecturer registration feature
[cascardo/ema.git] / eventos / templates / eventos / lecturer-add.html
diff --git a/eventos/templates/eventos/lecturer-add.html b/eventos/templates/eventos/lecturer-add.html
new file mode 100644 (file)
index 0000000..79d026e
--- /dev/null
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block content %}
+<form id="lecturer-details" method="post" action="./">
+  {{ uform.as_p }}
+
+  {{ form.as_p }}
+
+  <input type="submit" value="Ok" />
+</form>
+{% endblock %}