fix foreignkey and loadin

This commit is contained in:
Andros Fenollosa
2021-11-21 09:21:39 +01:00
parent 912cd4eea4
commit 528b623acd
8 changed files with 76 additions and 11 deletions

View File

@ -9,12 +9,12 @@
{{ profile.full_name }}
</h2>
<p>
<img src="{{ profile.avatar.url }}" alt="{{ profile.full_name }}">
{# <img src="{{ profile.avatar.url }}" alt="{{ profile.full_name }}"> #}
</p>
</header>
<h3>Talks</h3>
<ul>
{% for talk in profile.talk_profile_set.all %}
{% for talk in profile.talkspeaker.all %}
<li>
{{ talk.title }}
</li>