summaryrefslogtreecommitdiffstats
path: root/templates/profiles_deleted/profile_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/profiles_deleted/profile_detail.html')
-rw-r--r--templates/profiles_deleted/profile_detail.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/profiles_deleted/profile_detail.html b/templates/profiles_deleted/profile_detail.html
new file mode 100644
index 0000000..cf2fb76
--- /dev/null
+++ b/templates/profiles_deleted/profile_detail.html
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+
+{% block contentheader %}
+<h1>Profile for {{ profile }}</h1>
+{% endblock %}
+
+{% block content %}
+
+{{ profile }}
+
+{% if form.errors %}
+ <p class="errornote">Please correct the errors below</p>
+{% endif %}
+{% endblock %} \ No newline at end of file