The first steps or whatever

balls
This commit is contained in:
some weird guy
2023-02-08 18:33:16 -08:00
parent ce4cb37a41
commit ecd8d3b1b7
214 changed files with 22899 additions and 0 deletions
@@ -0,0 +1,14 @@
{% extends "closedverse_main/layout.html" %}
{% block main-body %}{% load closedverse_tags %}{% load closedverse_user %}
{% user_sidebar request user profile 4 %}
<div class="main-column"><div class="post-list-outline">
<h2 class="label">{{ title }}</h2>
{% if not following %}
{% if user.is_me %}{% nocontent "You're not following anyone yet." %}{% else %}{% nocontent "This user isn't following anyone yet." %}{% endif %}
{% else %}
{% profile_user_list following next request %}
{% endif %}
</div></div>
{% endblock %}