fix foreignkey and loadin
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<form>
|
||||
<form class="link">
|
||||
{# Primary data #}
|
||||
<input type="hidden" name="action" value="{{ action }}">
|
||||
<input type="hidden" name="value" value="{{ value }}">
|
||||
@ -7,5 +7,5 @@
|
||||
<input type="hidden" name="page" value="{{ page }}">
|
||||
{% endif %}
|
||||
{# Button #}
|
||||
<button type="button" hx-ws="send" hx-trigger="click">{{ text }}</button>
|
||||
<button class="link__button" type="button" hx-ws="send" hx-trigger="click">{{ text }}</button>
|
||||
</form>
|
@ -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>
|
||||
|
Reference in New Issue
Block a user