summaryrefslogtreecommitdiff
path: root/djangoproject/templates/accounts/user_profile.html
diff options
context:
space:
mode:
authorAnshul Zilpe <anshulzilpe@gmail.com>2025-12-08 23:09:21 +0530
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2026-05-08 12:45:50 +0200
commit8cec44a35d8f38284f2ea52f2f338a7154d86afb (patch)
treed9d97b0047985cd857bcc7ed0fb95569db321cae /djangoproject/templates/accounts/user_profile.html
parent2469b99c2217d08c4772578469c6499b3d18ba7c (diff)
Add djade linter and format templates.
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>