meetup user profil nom prenom

This commit is contained in:
2024-04-19 17:43:06 +02:00
parent fea4a05aab
commit 97b7d0396f
2 changed files with 14 additions and 1 deletions

View File

@@ -74,6 +74,6 @@
<a href="{{ url }}"><p>Proposé le {{ date }}</p></a>
<p>→</p>
</div>
<a href="{{ url }}" class="author">{{ author_name }}</a>
<a href="{{ url }}" class="author">{{ profile.prenom }} {{ profile.nom }}</a>
<a href="{{ url }}" class="offre-title"><h2{{ title_attributes }}>{{ label }}</h2></a>
</article>