Private
Public Access
1
0

comments embedded in p tag

This commit is contained in:
Sander Roosendaal
2019-01-06 10:30:47 +01:00
parent 6df8b43f1f
commit 7dca3a10bc
2 changed files with 8 additions and 6 deletions

View File

@@ -46,13 +46,15 @@
</li>
<li class="grid_2">
{% for c in comments %}
{{ c.created }}
<b>{{ c.user.first_name }} {{ c.user.last_name }}</b>
<div class="talk-bubble tri-right left-top">
<div class="talktext">
{{ c.comment }}
<p>
{{ c.created }}
<b>{{ c.user.first_name }} {{ c.user.last_name }}</b>
<div class="talk-bubble tri-right left-top">
<div class="talktext">
{{ c.comment }}
</div>
</div>
</div>
</p>
{% endfor %}
<form enctype="multipart/form-data" action="/rowers/workout/{{ workout.id }}/comment/" method="post">
<table width=100%>

Binary file not shown.