summaryrefslogtreecommitdiffstats
path: root/templates/profiles_deleted/edit_profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/profiles_deleted/edit_profile.html')
-rw-r--r--templates/profiles_deleted/edit_profile.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/templates/profiles_deleted/edit_profile.html b/templates/profiles_deleted/edit_profile.html
deleted file mode 100644
index a147160..0000000
--- a/templates/profiles_deleted/edit_profile.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-
-<form method="post">
-{{ form.as_p }}
-<input type="submit" />
-</form>
-
-{% if form.errors %}
- <p class="errornote">Please correct the errors below</p>
-{% endif %}
-{% endblock %} \ No newline at end of file