Forgot to close second } at one tag
This commit is contained in:
parent
ebb086ecb2
commit
751e8394ea
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<div class="card" style="word-wrap: brea-word; margin-bottom: 16px; width: 100%;">
|
<div class="card" style="word-wrap: brea-word; margin-bottom: 16px; width: 100%;">
|
||||||
<div class="card-header"><b>{{ post.poster }}</b> at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }}</div>
|
<div class="card-header"><b>{{ post.poster }}</b> at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }}</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
{{ post.content }
|
{{ post.content }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue