diff options
Diffstat (limited to 'templates/profiles/profile_detail.html')
-rw-r--r-- | templates/profiles/profile_detail.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/profiles/profile_detail.html b/templates/profiles/profile_detail.html new file mode 100644 index 0000000..543785f --- /dev/null +++ b/templates/profiles/profile_detail.html @@ -0,0 +1,10 @@ +{% extends "base.html" %}
+
+{% block content %}
+
+{{ profile }}
+
+{% if form.errors %}
+ <p class="errornote">Please correct the errors below</p>
+{% endif %}
+{% endblock %}
\ No newline at end of file |