mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 08:31:15 +10:00
The first steps or whatever
balls
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user