deleting some old files
[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
deleted file mode 100644 (file)
index 79d026e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{% 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 %}