comments embedded in p tag
This commit is contained in:
@@ -46,13 +46,15 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="grid_2">
|
<li class="grid_2">
|
||||||
{% for c in comments %}
|
{% for c in comments %}
|
||||||
{{ c.created }}
|
<p>
|
||||||
<b>{{ c.user.first_name }} {{ c.user.last_name }}</b>
|
{{ c.created }}
|
||||||
<div class="talk-bubble tri-right left-top">
|
<b>{{ c.user.first_name }} {{ c.user.last_name }}</b>
|
||||||
<div class="talktext">
|
<div class="talk-bubble tri-right left-top">
|
||||||
{{ c.comment }}
|
<div class="talktext">
|
||||||
|
{{ c.comment }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<form enctype="multipart/form-data" action="/rowers/workout/{{ workout.id }}/comment/" method="post">
|
<form enctype="multipart/form-data" action="/rowers/workout/{{ workout.id }}/comment/" method="post">
|
||||||
<table width=100%>
|
<table width=100%>
|
||||||
|
|||||||
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
BIN
rowers/tests/testdata/testdata.csv.gz
vendored
Binary file not shown.
Reference in New Issue
Block a user