This commit is contained in:
parent
71f72c66f3
commit
365c4909fe
@ -47,6 +47,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="col s12 card-content white-text">
|
<div class="col s12 card-content white-text">
|
||||||
|
{% if posto.parent_post %}
|
||||||
|
<a class="link orange-text purple" href="#post-{{ posto.parent_post }}"> >>{{ posto.parent_post }} </a>
|
||||||
|
{% endif %}
|
||||||
<p>{{ posto.texto }}</p>
|
<p>{{ posto.texto }}</p>
|
||||||
<div class="card-action right">
|
<div class="card-action right">
|
||||||
<!-- <a href="#" hx-post="/post_my_post/{{ posto._key }}" hx-target="#neu-posts" >Answer me!</a> -->
|
<!-- <a href="#" hx-post="/post_my_post/{{ posto._key }}" hx-target="#neu-posts" >Answer me!</a> -->
|
||||||
|
Loading…
Reference in New Issue
Block a user