diff options
Diffstat (limited to 'templates/profiles/profile_detail.html')
-rw-r--r-- | templates/profiles/profile_detail.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/templates/profiles/profile_detail.html b/templates/profiles/profile_detail.html index baf3fae..cf2fb76 100644 --- a/templates/profiles/profile_detail.html +++ b/templates/profiles/profile_detail.html @@ -1,14 +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 %}
+{% 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 |