- Following List -
- {% endif %} - {% for following in followings %} - - - {{ following.package.purl }}@{{ following.package.service.user.username }} - - - {% endfor %} -diff --git a/fedcode/templates/user_profile.html b/fedcode/templates/user_profile.html index f05a522..ca1bdea 100644 --- a/fedcode/templates/user_profile.html +++ b/fedcode/templates/user_profile.html @@ -4,6 +4,23 @@ Your Profile {% endblock %} +{% block extra-head %} + +{% endblock %} {% block content %}
- Following List -
- {% endif %} - {% for following in followings %} - - - {{ following.package.purl }}@{{ following.package.service.user.username }} - - - {% endfor %} -