deleting some old files
authorLincoln de Sousa <lincoln@minaslivre.org>
Sun, 13 Jul 2008 21:34:51 +0000 (18:34 -0300)
committerLincoln de Sousa <lincoln@minaslivre.org>
Sun, 13 Jul 2008 21:34:51 +0000 (18:34 -0300)
eventos/templates/eventos/lecturer-add.html [deleted file]
eventos/templates/eventos/lecturer-details.html [deleted file]

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 %}
diff --git a/eventos/templates/eventos/lecturer-details.html b/eventos/templates/eventos/lecturer-details.html
deleted file mode 100644 (file)
index 15c3610..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<form id="lecturer-details" method="post" action="./">
-  {{ form.as_p }}
-  <input type="submit" value="Ok" />
-</form>
-{% endblock %}