real
This commit is contained in:
parent
b9c7a56d3d
commit
f1300c1d56
|
@ -47,7 +47,9 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
<p id="commentId" class="hidden">{{ post.id }}</p>
|
<p id="commentId" class="hidden">{{ post.id }}</p>
|
||||||
|
{% if userdata %}
|
||||||
<button id="commentButton" class="comment">comment</button>
|
<button id="commentButton" class="comment">comment</button>
|
||||||
|
{% endif %}
|
||||||
<div id="commentDiv" class="commentdiv hidden">
|
<div id="commentDiv" class="commentdiv hidden">
|
||||||
<input id="commentBox" type="text" placeholder="content">
|
<input id="commentBox" type="text" placeholder="content">
|
||||||
<button id="commentDivSave">save</button>
|
<button id="commentDivSave">save</button>
|
||||||
|
|
Reference in New Issue