Update conversations.html
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<p class="card-text text-muted">{{ conversation.description or 'No description' }}</p>
|
<p class="card-text text-muted">{{ conversation.description or 'No description' }}</p>
|
||||||
<div class="d-flex align-items-center mt-3">
|
<div class="d-flex align-items-center mt-3">
|
||||||
<img src="{{ url_for('profile_pic', filename=conversation.creator.profile_picture) if conversation.creator and conversation.creator.profile_picture else url_for('static', filename='img/default-avatar.png') }}"
|
<img src="{{ url_for('profile_pic', filename=conversation.creator.profile_picture) if conversation.creator and conversation.creator.profile_picture else url_for('static', filename='default-avatar.png') }}"
|
||||||
alt="Creator"
|
alt="Creator"
|
||||||
class="rounded-circle me-2"
|
class="rounded-circle me-2"
|
||||||
style="width: 32px; height: 32px; object-fit: cover;">
|
style="width: 32px; height: 32px; object-fit: cover;">
|
||||||
|
|||||||
Reference in New Issue
Block a user