summaryrefslogtreecommitdiff
path: root/djangoproject/templates/accounts/user_profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/accounts/user_profile.html')
-rw-r--r--djangoproject/templates/accounts/user_profile.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/accounts/user_profile.html b/djangoproject/templates/accounts/user_profile.html
index 1c89ed9e..69869999 100644
--- a/djangoproject/templates/accounts/user_profile.html
+++ b/djangoproject/templates/accounts/user_profile.html
@@ -30,7 +30,7 @@
</li>
</ul>
</div>
-{% endblock %}
+{% endblock content-related %}
{% block content %}
<div class="user-info">
@@ -54,7 +54,7 @@
</ul>
{% endif %}
- {% with user_obj.owned_feeds.all as feeds %}
+ {% with feeds=user_obj.owned_feeds.all %}
{% if feeds %}
<h2>{% translate "Community feeds:" %}</h2>
<ul>