This commit is contained in:
Dominic DiTaranto 2025-11-15 09:07:44 -05:00
parent 8264eb23f9
commit f27769e177
2 changed files with 4 additions and 3 deletions

View file

@ -182,8 +182,9 @@
<a href="https://christian-webring.nekoweb.org/">Home</a> <a href="https://christian-webring.nekoweb.org/">Home</a>
<a href="https://christian-webring.nekoweb.org/widget.html">Widget</a> <a href="https://christian-webring.nekoweb.org/widget.html">Widget</a>
<a href="https://christian-webring.nekoweb.org/rules.html">Rules</a> <a href="https://christian-webring.nekoweb.org/rules.html">Rules</a>
<a href="https://christian-webring.nekoweb.org/member-list.html">Index</a> <a href="https://christian-webring.nekoweb.org/member-list.html">Members</a>
<a href="https://christian-webring.nekoweb.org/manager.html">Manager</a> <a href="https://christian-webring.nekoweb.org/manager.html">Admins</a>
<a href="{% url 'index' %}">Member's Area</a>
<a href="{% url 'signup' %}">Join</a> <a href="{% url 'signup' %}">Join</a>
</center> </center>
</div> </div>

View file

@ -13,7 +13,7 @@
{% for post in posts %} {% for post in posts %}
<tr> <tr>
<td> <td>
<img src="{{ post.created_by.avatar }}" alt=""> <img src="{{ post.created_by.avatar }}" alt=""><br>
<small> <small>
<a href="{% url 'user' post.created_by.id %}"><b>{{ post.created_by }}</b></a> {% if post.created_by.flair %}({{ post.created_by.flair }}) {% endif %} <a href="{% url 'user' post.created_by.id %}"><b>{{ post.created_by }}</b></a> {% if post.created_by.flair %}({{ post.created_by.flair }}) {% endif %}
<br> <br>