First Commit

This commit is contained in:
mrtoine 2025-09-12 11:11:44 +02:00
commit ce0758fbbb
496 changed files with 52062 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{% block 'profile-nav' %}
<div class="profile-header">
<h2>Profil de <span class="{{ user.username_decoration }}">{{ user.username }}</span></h2>
<div class="{{ user.border_avatar }}"><img src="/media/{{ user.avatar }}" style="width:150px;" alt="Avatar de {{ user.username }}"></div>
</div>
{% endblock %}