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,6 +46,7 @@
</li> </li>
<li class="grid_2"> <li class="grid_2">
{% for c in comments %} {% for c in comments %}
<p>
{{ c.created }} {{ c.created }}
<b>{{ c.user.first_name }} {{ c.user.last_name }}</b> <b>{{ c.user.first_name }} {{ c.user.last_name }}</b>
<div class="talk-bubble tri-right left-top"> <div class="talk-bubble tri-right left-top">
@@ -53,6 +54,7 @@
{{ c.comment }} {{ 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%>

Binary file not shown.